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

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

Glossary Item Box

Gets the CustomReportItem.Type value associated with the specified designer.

Syntax

Visual Basic (Declaration) 
Public Function GetCustomTypeNameForDesigner( _
   ByVal designerType As System.Type _
) As System.String
C# 
public System.string GetCustomTypeNameForDesigner( 
   System.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