Class FeatureSettings
Inheritance
System.Object
FeatureSettings
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 FeatureSettings
Constructors
FeatureSettings()
Declaration
public FeatureSettings()
Properties
DisableCodeModule
Gets or sets a value indicating whether the code modules are disabled.
Declaration
public bool DisableCodeModule { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if code modules are disabled; otherwise, false. |
FilterDataConnectors
Gets or sets the list of data connectors that should be filtered.
Declaration
public List<string> FilterDataConnectors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | A list of strings, each representing a data connector to be filtered. |