ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / DefaultExportSettings Property

In This Topic
    DefaultExportSettings Property (ReportViewer)
    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 Dictionary(Of String,Dictionary(Of String,ExportSetting))
    public Dictionary<string,Dictionary<string,ExportSetting>> DefaultExportSettings {get; set;}
    See Also