Class DataColumnComboBox
Represents the combobox used to select a data column.
Inheritance
System.Object
DataColumnComboBox
Assembly: FastReport.dll
Syntax
public class DataColumnComboBox : UserControl
Constructors
DataColumnComboBox()
Declaration
public DataColumnComboBox()
Properties
DataSource
Gets or sets the data source.
Declaration
[Browsable(false)]
public DataSourceBase DataSource { get; set; }
Property Value
Report
Declaration
[Browsable(false)]
public Report Report { get; set; }
Property Value
Text
Declaration
public override string Text { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| System.Boolean |
disposing |
|
OnLayout(LayoutEventArgs)
Declaration
protected override void OnLayout(LayoutEventArgs e)
Parameters
| Type |
Name |
Description |
| LayoutEventArgs |
e |
|
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
| Type |
Name |
Description |
| PaintEventArgs |
e |
|
OnResize(EventArgs)
Declaration
protected override void OnResize(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Events
TextChanged
Occurs when the text portion of the combobox is changed.
Declaration
public event EventHandler TextChanged
Event Type
| Type |
Description |
| System.EventHandler |
|