Enum ElementType
Contains the type of an parameter ui element to be rendered.
Namespace: Syncfusion.Reports.EJ
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public enum ElementType : byte
Fields
Name | Description |
---|---|
Checkbox | Specifies the type of ui element of parameter is checkbox. |
ComboBox | Specifies the type of ui element of parameter is combobox. |
DateTime | Specifies the type of ui element of parameter is datetime. |
MultiValue | Specifies the type of ui element of parameter is multivalue combobox. |
RadioButton | Specifies the type of ui element of parameter is radioButton. |
Textbox | Specifies the type of ui element of parameter is textbox. |