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


WebDesignerExtensionClassInputsInfo Constructor(String,String,Object,WebDesignerExtensionClassInputValueFormat)
Initializes a new instance of the WebDesignerExtensionClassInputsInfo class. Use this constructor only for extension class properties and when propertiy type is not explicitly available in server.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal typeFullName As String, _
   ByVal value As Object, _
   Optional ByVal format As WebDesignerExtensionClassInputValueFormat _
)
 

Parameters

name
Name of the extension class property.
typeFullName
Full name of the type of the extension class property.
value
Value of the extension class property.
format
Optional. Format of the extension class property. (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 8, .NET 9

See Also