[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Configuration.CustomDesignerConfigurationDictionary

CustomDesignerConfigurationDictionary Class

Represents a dictionary of custom designers configured for components.

Inheritance
CustomDesignerConfigurationDictionary
Namespace: GrapeCity.ActiveReports.Configuration
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class CustomDesignerConfigurationDictionary

Constructors

Name Description
CustomDesignerConfigurationDictionary()

Initializes a new instance of CustomDesignerConfigurationDictionary class.

CustomDesignerConfigurationDictionary(IEnumerable<CustomDesignerConfig>)

Initializes a new instance with a predefined custom designers configurations.

Methods

Name Description
GetCustomTypeNameForDesigner(Type)

Gets the string value associated with the specified designer.

GetDesignerForCustomTypeName(string)

Returns the Type of the custom designer configured for the specified component type or null.

GetStyleDefaultsForDesigner(Type)

Gets the style defaults for designer.

GetToolboxItems()

Returns toolbox items configuration

Extension Methods