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

In This Topic
    Exports Property
    In This Topic
    Gets or sets the export types available for the report.
    Syntax
    'Declaration
     
    Public Property Exports As ExportTypes()
    public ExportTypes[] Exports {get; set;}

    Property Value

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