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

In This Topic
    DefaultExportSettings Property (WebViewer)
    In This Topic
    The object containing custom default export settings. Use to set default value and visibility of any field in the export panel.
    Syntax
    'Declaration
     
    Public Property DefaultExportSettings As DefaultExportSettings
    public DefaultExportSettings DefaultExportSettings {get; set;}
    See Also