ActiveReports 12
GetCustomTypeNameForReportItem Method

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

Parameters

reportItemType
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.
Remarks
The specified ReportItem Type should implement the interface IReportItem.
See Also

Reference

ReportItemsConfigurationDictionary Class
ReportItemsConfigurationDictionary Members