combit List & Label 29 - .NET Help
combit.Reporting.Web.WindowsClientWebDesigner Namespace / WebDesignerExtensionClassInputsInfo Class / WebDesignerExtensionClassInputsInfo Constructor / WebDesignerExtensionClassInputsInfo Constructor(String,Object,WebDesignerExtensionClassInputValueFormat)
Full name of the type of the extension class constructor parameter.
Value of the extension class constructor parameter.
Optional. Format of the value of the extension class constructor parameter. (Default: WebDesignerExtensionClassInputValueFormat.Plain).


In This Topic
    WebDesignerExtensionClassInputsInfo Constructor(String,Object,WebDesignerExtensionClassInputValueFormat)
    In This Topic
    Initializes a new instance of the WebDesignerExtensionClassInputsInfo class. Use this constructor only for extension class constructor parameters and when parameter type is not explicitly available on server.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal typeFullName As String, _
       ByVal value As Object, _
       Optional ByVal format As WebDesignerExtensionClassInputValueFormat _
    )
    public WebDesignerExtensionClassInputsInfo( 
       string typeFullName,
       object value,
       WebDesignerExtensionClassInputValueFormat format
    )
    public:
    WebDesignerExtensionClassInputsInfo( 
       String^ typeFullName,
       Object^ value,
       WebDesignerExtensionClassInputValueFormat format
    )

    Parameters

    typeFullName
    Full name of the type of the extension class constructor parameter.
    value
    Value of the extension class constructor parameter.
    format
    Optional. Format of the value of the extension class constructor parameter. (Default: WebDesignerExtensionClassInputValueFormat.Plain).
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also