ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportServiceSettings Class
Members

In This Topic
    ReportServiceSettings Class
    In This Topic
    Represents the settings necessary for establishing a connection to a Web API.
    Object Model
    ReportServiceSettings Class
    Syntax
    'Declaration
     
    Public Class ReportServiceSettings 
    public class ReportServiceSettings 
    Remarks
    The ReportServiceSettings class contains the configuration required to connect to a Web API, including the base URL, security token, and a callback function for request customization.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Blazor.Viewer.ReportServiceSettings

    See Also