[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ReportViewer.AvailableExports

AvailableExports Property

AvailableExports

Gets or sets the array of export types available via the Export functionality of the Viewer.

Declaration
[Parameter]
public ExportTypes[] AvailableExports { get; init; }
Property Value
Type Description
ExportTypes[]

An array of ExportTypes that specifies the formats in which the report can be exported.

Remarks

This property can only be set once during object initialization and cannot be changed afterwards.