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

In This Topic
    ReportService Property (InitializationOptions)
    In This Topic
    Gets or sets the settings for connecting to the Web API used by the Viewer.
    Syntax
    'Declaration
     
    Public Property ReportService As ReportServiceSettings
    public ReportServiceSettings ReportService {get; set;}

    Property Value

    An instance of ReportServiceSettings that defines the API connection settings.
    See Also