ActiveReports 19 .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
    Gets or sets 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;}

    Property Value

    A dictionary where keys are export types and values are dictionaries of export settings.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also