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
Declaration
public object ApplicationData { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
DesignerToken
Declaration
public string DesignerToken { get; }
Property Value
Type | Description |
---|---|
System.String |
FirewallSettings
Declaration
public Dictionary<string, FirewallSettings> FirewallSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, FirewallSettings> |
Fontsettings
Declaration
public FontSettings Fontsettings { get; set; }
Property Value
Type | Description |
---|---|
FontSettings |
ReportingServer
Declaration
public ReportingServer ReportingServer { get; set; }
Property Value
Type | Description |
---|---|
ReportingServer |
ReportServerURL
Declaration
public string ReportServerURL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReportServiceURL
Declaration
public string ReportServiceURL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ServiceAuthorizationToken
Declaration
public string ServiceAuthorizationToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StorageSettings
Declaration
public StorageSettings StorageSettings { get; set; }
Property Value
Type | Description |
---|---|
StorageSettings |