ActiveReports 13
GetCustomTypeNameForDesigner Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Configuration Namespace > CustomDesignerConfigurationDictionary Class : GetCustomTypeNameForDesigner Method
The System.Type for the designer the caller wants a custom report item type name for.
Gets the CustomReportItem.Type value associated with the specified designer.
Syntax
'Declaration
 
Public Function GetCustomTypeNameForDesigner( _
   ByVal designerType As Type _
) As String
public string GetCustomTypeNameForDesigner( 
   Type designerType
)

Parameters

designerType
The System.Type for the designer the caller wants a custom report item type name for.

Return Value

A value appropriate for the CustomReportItem RDL element's Type attribute value.
See Also

Reference

CustomDesignerConfigurationDictionary Class
CustomDesignerConfigurationDictionary Members