ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / DefaultExportSettings Class / XmlExportSettings Property

In This Topic
    XmlExportSettings Property
    In This Topic
    Gets or sets the default export panel values for a `xml` format.
    Syntax
    'Declaration
     
    Public Property XmlExportSettings As XmlExportSettings
    public XmlExportSettings XmlExportSettings {get; set;}

    Property Value

    A XmlExportSettings object represents default export settings for a `xml` format.
    See Also