ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Configuration Namespace / ReportItemsConfigurationDictionary Class / GetReportItemForCustomTypeName Method
The value of Type for which a configured designer is sought for.

In This Topic
    GetReportItemForCustomTypeName Method
    In This Topic
    Returns the System.Type of the custom report item configured for the specified component type or null.
    Syntax
    'Declaration
     
    Public Function GetReportItemForCustomTypeName( _
       ByVal customReportItemTypeName As String _
    ) As Type
    public Type GetReportItemForCustomTypeName( 
       string customReportItemTypeName
    )

    Parameters

    customReportItemTypeName
    The value of Type for which a configured designer is sought for.

    Return Value

    The System.Type of the custom designer configured for the specified component, or null if a custom designer is not configured for the specified component.
    Remarks
    The returned type should implement the interface IReportItem.
    See Also