StiReportControlToolboxPosition Enumeration |
Enumeration which sets positions of the report controls on the toolbox in the report designer.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public enum StiReportControlToolboxPosition
Public Enumeration StiReportControlToolboxPosition
Members
| Member name | Value | Description |
---|
| ReportControl | 0 | |
| LabelControl | 1 |
Sets a position of the Label control on the toolbox of the designer.
|
| TextBoxControl | 2 |
Sets a position of the TextBox control on the toolbox of the designer.
|
| GroupBoxControl | 3 |
Sets a position of the GroupBox control on the toolbox of the designer.
|
| ButtonControl | 4 |
Sets a position of the Button control on the toolbox of the designer.
|
| CheckBoxControl | 5 |
Sets a position of the CheckBox control on the toolbox of the designer.
|
| RadioButtonControl | 6 |
Sets a position of the RadioButton control on the toolbox of the designer.
|
| ListBoxControl | 7 |
Sets a position of the ListBox control on the toolbox of the designer.
|
| ComboBoxControl | 8 |
Sets a position of the ComboBox control on the toolbox of the designer.
|
| LookUpBoxControl | 9 |
Sets a position of the LookUpBox control on the toolbox of the designer.
|
| CheckedListBoxControl | 10 |
Sets a position of the CheckListBox control on the toolbox of the designer.
|
| DateTimePickerControl | 11 |
Sets a position of the DateTimePicker control on the toolbox of the designer.
|
| NumericUpDownControl | 12 |
Sets a position of the NumericUpDown control on the toolbox of the designer.
|
| PictureBoxControl | 13 |
Sets a position of the PictureBox control on the toolbox of the designer.
|
| GridControl | 14 |
Sets a position of the Grid control on the toolbox of the designer.
|
| TreeViewControl | 15 |
Sets a position of the TreeView control on the toolbox of the designer.
|
| ListViewControl | 16 |
Sets a position of the ListView control on the toolbox of the designer.
|
| PanelControl | 17 |
Sets a position of the Panel control on the toolbox of the designer.
|
| RichTextBoxControl | 18 |
Sets a position of the RichTextBox control on the toolbox of the designer.
|
| UserControl | 100 |
Sets a position of the User control on the toolbox of the designer.
|
See Also