ActiveReports 18 .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
    The array of export types available via Export functionality of Viewer.
    Syntax
    'Declaration
     
    Public Property AvailableExports As ExportTypes()
    public ExportTypes[] AvailableExports {get; set;}
    See Also