ActiveReports Developer 7
GetCustomTypeNameForReportItem Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Configuration Namespace > ReportItemsConfigurationDictionary Class : GetCustomTypeNameForReportItem Method

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

Glossary Item Box

Gets the Type value associated with the specified ReportItem.

Syntax

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