ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Configuration Namespace / CustomDesignerConfigurationDictionary Class / GetCustomTypeNameForDesigner Method
The System.Type for the designer the caller wants a custom report item type name for.

In This Topic
    GetCustomTypeNameForDesigner Method
    In This Topic
    Gets the System.String value associated with the specified designer.
    Syntax
    'Declaration
     
    Public Function GetCustomTypeNameForDesigner( _
       ByVal designerType As Type _
    ) As String
    public string GetCustomTypeNameForDesigner( 
       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 name.
    See Also