ActiveReports 14 .NET Edition
GrapeCity.ActiveReports 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.

In This Topic
    GetCustomTypeNameForReportItem Method
    In This Topic
    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