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

In This Topic
    DefaultExportSettings Property (WebViewer)
    In This Topic
    Gets or sets the object containing custom default export settings. Used to set default values and visibility of any field in the export panel.
    Syntax
    'Declaration
     
    Public Property DefaultExportSettings As DefaultExportSettings
    public DefaultExportSettings DefaultExportSettings {get; set;}

    Property Value

    A DefaultExportSettings object representing the default export settings.
    See Also