[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Configuration.CustomDesignerConfigurationDictionary.GetDesignerForCustomTypeName

GetDesignerForCustomTypeName Method

GetDesignerForCustomTypeName(string)

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

Declaration
public Type GetDesignerForCustomTypeName(string customTypeName)
Parameters
Type Name Description
string customTypeName

The value of Type for which a configured designer is sought for.

Returns
Type Description
Type

The Type of the custom designer configured for the specified component, or null if a custom designer is not configured for the specified component.