ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Configuration Namespace / CustomDesignerConfigurationDictionary Class / GetDesignerForCustomTypeName Method
The value of System.Type for which a configured designer is sought for.

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

    Parameters

    customTypeName
    The value of System.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.
    See Also