ActiveReports Developer 7
GetDesignerForCustomTypeName Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Configuration Namespace > CustomDesignerConfigurationDictionary Class : GetDesignerForCustomTypeName Method

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

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function GetDesignerForCustomTypeName( _
   ByVal customTypeName As System.String _
) As System.Type
C# 
public System.Type GetDesignerForCustomTypeName( 
   System.string customTypeName
)

Parameters

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

Return Value

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

See Also