Class ReportHelperSettings
Inheritance
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public class ReportHelperSettings : Object
Constructors
ReportHelperSettings()
Declaration
public ReportHelperSettings()
Properties
ApplicationData
Gets or sets the application-specific data.
Declaration
public object ApplicationData { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object representing custom data for the application. |
DesignerToken
Gets or sets the token for designer access.
Declaration
public string DesignerToken { get; }
Property Value
Type | Description |
---|---|
System.String | A string representing the token used to authenticate access to the designer. |
FirewallSettings
Gets or sets the firewall settings.
Declaration
public Dictionary<string, FirewallSettings> FirewallSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, FirewallSettings> | A dictionary containing FirewallSettings objects keyed by a string, representing configuration for firewall settings. |
Fontsettings
Gets or sets font settings.
Declaration
public FontSettings Fontsettings { get; set; }
Property Value
Type | Description |
---|---|
FontSettings | An instance of FontSettings defining the settings for font usage. |
ReportingServer
Gets or sets the reporting server instance.
Declaration
public ReportingServer ReportingServer { get; set; }
Property Value
Type | Description |
---|---|
ReportingServer | An instance of ReportingServer used for handling reporting operations. |
ReportServerURL
Gets or sets the URL of the report server.
Declaration
public string ReportServerURL { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the URI of the report server. |
ReportServiceURL
Gets or sets the URL of the report service.
Declaration
public string ReportServiceURL { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the URI of the report service. |
ServiceAuthorizationToken
Gets or sets the service authorization token.
Declaration
public string ServiceAuthorizationToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the token used for service authorization. |
StorageSettings
Gets or sets the storage settings.
Declaration
public StorageSettings StorageSettings { get; set; }
Property Value
Type | Description |
---|---|
StorageSettings | An instance of StorageSettings providing configuration for data storage. |