[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ReportViewer.DefaultExportSettings

DefaultExportSettings Property

DefaultExportSettings

Gets or sets the object containing custom default export settings. Use to set default value and visibility of any field in the export panel.

Declaration
[Parameter]
public Dictionary<string, Dictionary<string, ExportSetting>> DefaultExportSettings { get; init; }
Property Value
Type Description
Dictionary<string, Dictionary<string, ExportSetting>>

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.