ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / AvailableExports Property

In This Topic
    AvailableExports Property (ReportViewer)
    In This Topic
    Gets or sets the array of export types available via the Export functionality of the Viewer.
    Syntax
    'Declaration
     
    Public Property AvailableExports As ExportTypes()
    public ExportTypes[] AvailableExports {get; set;}

    Property Value

    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.
    See Also