Class ReportConfig
Contains properties to configure report settings and register extensions.
Inheritance
System.Object
ReportConfig
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 static class ReportConfig
Properties
DefaultSettings
Gets or sets the default report settings.
Declaration
public static ReportSettings DefaultSettings { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.Web.ReportSettings | BoldReports.Web.ReportSettings |