ActiveReports 12
GetReportItemForCustomTypeName Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Configuration Namespace > ReportItemsConfigurationDictionary Class : GetReportItemForCustomTypeName Method
The value of Type for which a configured designer is sought for.
Returns the System.Type of the custom report item configured for the specified component type or null.
Syntax
'Declaration
 
Public Function GetReportItemForCustomTypeName( _
   ByVal customReportItemTypeName As String _
) As Type
public Type GetReportItemForCustomTypeName( 
   string customReportItemTypeName
)

Parameters

customReportItemTypeName
The value of 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.
Remarks
The returned type should implement the interface IReportItem.
See Also

Reference

ReportItemsConfigurationDictionary Class
ReportItemsConfigurationDictionary Members