Namespace FastReport.Dialog
Classes
ButtonBaseControl
Implements base behavior of button controls.
ButtonControl
Represents a Windows button control. Wraps the System.Windows.Forms.Button control.
CheckBoxControl
Represents a Windows CheckBox. Wraps the System.Windows.Forms.CheckBox control.
CheckedComboBoxControl
Represents a Windows combo box control with CheckBox items. Wraps the System.Windows.Forms.ComboBox control.
CheckedListBoxControl
Displays a ListBox in which a check box is displayed to the left of each item. Wraps the System.Windows.Forms.CheckedListBox control.
ComboBoxControl
Represents a Windows combo box control. Wraps the System.Windows.Forms.ComboBox control.
DataFilterBaseControl
The base class for all controls that support the data filtering feature.
DataSelectorControl
Represents the control with two lists (available items and selected items).
DateTimePickerControl
Represents a Windows control that allows the user to select a date and a time and to display the date and time with a specified format. Wraps the System.Windows.Forms.DateTimePicker control.
DialogComponentBase
Base class for all dialog components.
DialogComponentCollection
Represents the collection of dialog components.
DialogControl
Base class for all dialog controls such as ButtonControl, TextBoxControl.
DialogPage
Represents the special kind of report page that wraps the System.Windows.Forms.Form and used to display dialog forms.
GridControl
Displays data in a customizable grid. Wraps the System.Windows.Forms.DataGridView control.
GridControlColumn
Represents the GridControl's column. Wraps the System.Windows.Forms.DataGridViewTextBoxColumn class.
GridControlColumnCollection
Represents the collection of GridControl columns.
GroupBoxControl
Represents a Windows control that displays a frame around a group of controls with an optional caption. Wraps the System.Windows.Forms.GroupBox control.
LabelControl
Represents a standard Windows label. Wraps the System.Windows.Forms.Label control.
ListBoxBaseControl
Base class for list box controls such as ListBoxControl, CheckedListBoxControl.
ListBoxControl
Represents a Windows control to display a list of items. Wraps the System.Windows.Forms.ListBox control.
ListViewControl
Represents a Windows list view control, which displays a collection of items that can be displayed using one of four different views. Wraps the System.Windows.Forms.ListView control.
MaskedTextBoxControl
Uses a mask to distinguish between proper and improper user input. Wraps the System.Windows.Forms.MaskedTextBox control.
MonthCalendarControl
Represents a Windows control that enables the user to select a date using a visual monthly calendar display. Wraps the System.Windows.Forms.MonthCalendar control.
NumericUpDownControl
Represents a Windows spin box (also known as an up-down control) that displays numeric values. Wraps the System.Windows.Forms.NumericUpDown control.
PanelControl
Used to group collections of controls. Wraps the System.Windows.Forms.Panel control.
ParentControl
Base class for controls that may contain child controls.
PictureBoxControl
Represents a Windows picture box control for displaying an image. Wraps the System.Windows.Forms.PictureBox control.
RadioButtonControl
Enables the user to select a single option from a group of choices when paired with other RadioButton controls. Wraps the System.Windows.Forms.RadioButton control.
RichTextBoxControl
Represents a Windows rich text box control. Wraps the System.Windows.Forms.RichTextBox control.
TextBoxControl
Represents a Windows text box control. Wraps the System.Windows.Forms.TextBox control.
TreeViewControl
Displays a hierarchical collection of labeled items, each represented by a TreeNode. Wraps the System.Windows.Forms.TreeView control.