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

In This Topic
    AvailableExports Property (InitializationOptions)
    In This Topic
    Gets or sets custom default settings for exports, formatted by export type and setting name.
    Syntax
    'Declaration
     
    Public Property AvailableExports As ExportTypes()
    public ExportTypes[] AvailableExports {get; set;}

    Property Value

    An array of ExportTypes that define the available export options.
    See Also