ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportInfo Class / Exports Property

In This Topic
    Exports Property
    In This Topic
    Export types available for a given report
    Syntax
    'Declaration
     
    Public Property Exports As ExportTypes()
    public ExportTypes[] Exports {get; set;}
    See Also