combit List & Label 29 - .NET Help
combit.Reporting.Web.WindowsClientWebDesigner Namespace / WebDesignerExtensionClassInputValueFormat Enumeration


In This Topic
    WebDesignerExtensionClassInputValueFormat Enumeration
    In This Topic
    Defines the format of the value for the property or constructor parameter of WebDesignerExtensionClassInputsInfo.
    Syntax
    'Declaration
     
    
    Public Enum WebDesignerExtensionClassInputValueFormat 
       Inherits System.Enum
    public enum WebDesignerExtensionClassInputValueFormat : System.Enum 
    public enum class WebDesignerExtensionClassInputValueFormat : public System.Enum 
    Members
    MemberDescription
    FileSpecifies that the format for the value is a file. In this case copy your file into the WebDesignerExtension.ExtensionDirectory and put the name of this file in the WebDesignerExtensionClassInputsInfo.Value property.
    JsonSerializableObjectSpecifies that the format for the value is a Json serializable object. It can be set directly in the WebDesignerExtensionClassInputsInfo.Value property.
    ListLabelSpecifies that the format for the value is a ListLabel object. In this case the value of the WebDesignerExtensionClassInputsInfo.Value should be empty string.
    PlainSpecifies that the format for the value is plain text. It is only intended for primitive types like string, int, DateTime, etc. Therefore, the value should be converted as string and then set directly in the WebDesignerExtensionClassInputsInfo.Value property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.Web.WindowsClientWebDesigner.WebDesignerExtensionClassInputValueFormat

    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