Click or drag to resize

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
Members
  Member nameValueDescription
ReportControl0
LabelControl1 Sets a position of the Label control on the toolbox of the designer.
TextBoxControl2 Sets a position of the TextBox control on the toolbox of the designer.
GroupBoxControl3 Sets a position of the GroupBox control on the toolbox of the designer.
ButtonControl4 Sets a position of the Button control on the toolbox of the designer.
CheckBoxControl5 Sets a position of the CheckBox control on the toolbox of the designer.
RadioButtonControl6 Sets a position of the RadioButton control on the toolbox of the designer.
ListBoxControl7 Sets a position of the ListBox control on the toolbox of the designer.
ComboBoxControl8 Sets a position of the ComboBox control on the toolbox of the designer.
LookUpBoxControl9 Sets a position of the LookUpBox control on the toolbox of the designer.
CheckedListBoxControl10 Sets a position of the CheckListBox control on the toolbox of the designer.
DateTimePickerControl11 Sets a position of the DateTimePicker control on the toolbox of the designer.
NumericUpDownControl12 Sets a position of the NumericUpDown control on the toolbox of the designer.
PictureBoxControl13 Sets a position of the PictureBox control on the toolbox of the designer.
GridControl14 Sets a position of the Grid control on the toolbox of the designer.
TreeViewControl15 Sets a position of the TreeView control on the toolbox of the designer.
ListViewControl16 Sets a position of the ListView control on the toolbox of the designer.
PanelControl17 Sets a position of the Panel control on the toolbox of the designer.
RichTextBoxControl18 Sets a position of the RichTextBox control on the toolbox of the designer.
UserControl100 Sets a position of the User control on the toolbox of the designer.
See Also