Class DesignerSettings
Inheritance
System.Object
DesignerSettings
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 DesignerSettings
Constructors
DesignerSettings()
Declaration
public DesignerSettings()
Properties
CustomStyleSheets
Gets or sets a collection of custom style sheets for the designer.
Declaration
public Dictionary<string, Dictionary<string, string>> CustomStyleSheets { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.String, System.String>> | A dictionary containing custom style sheet definitions, where each key-value pair contains a category string as the key and another dictionary of style attributes as the value. |
FeatureSettings
Gets or sets the feature settings for the designer.
Declaration
public FeatureSettings FeatureSettings { get; set; }
Property Value
Type | Description |
---|---|
FeatureSettings | An instance of FeatureSettings defining specific feature settings. |