[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ReportServiceSettings

ReportServiceSettings Class

Represents the settings necessary for establishing a connection to a Web API.

Inheritance
ReportServiceSettings
Namespace: GrapeCity.ActiveReports.Blazor.Viewer
Assembly: MESCIUS.ActiveReports.Blazor.Viewer.dll
Syntax
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.

Constructors

Name Description
ReportServiceSettings()

Properties

Name Description
OnRequest

Gets or sets a callback function that is invoked before any request is made to the Web API.

SecurityToken

Gets or sets the security token required to access the Web API securely.

Url

Gets or sets the URL used to connect to the Web API.