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

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

    Property Value

    An instance of ReportServiceSettings that defines the API connection settings.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also