combit List & Label 29 - .NET Help
combit.ReportServer.ClientApi.Objects Namespace / ReportDataParameterControlType Enumeration


In This Topic
    ReportDataParameterControlType Enumeration
    In This Topic
    The control for a parameter
    Syntax
    'Declaration
     
    
    Public Enum ReportDataParameterControlType 
       Inherits System.Enum
    public enum ReportDataParameterControlType : System.Enum 
    public enum class ReportDataParameterControlType : public System.Enum 
    Members
    MemberDescription
    BoolTrueFalsei.e. Switch, RadioButtons
    BoolYesNoi.e. Switch, RadioButtons
    Datei.e. DatePicker
    DateWithTimei.e. DatePicker and TimePicker
    Texti.e. TextField
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.ReportServer.ClientApi.Objects.ReportDataParameterControlType

    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