ASP.NET MVC 11.1.10
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class ReportHelperSettings

Inheritance
System.Object
ReportHelperSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public class ReportHelperSettings

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.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved