Class DataColumnComboBox
Represents the combobox used to select a data column.
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
DataColumnComboBox
Namespace: FastReport.Controls
Assembly: FastReport.dll
Syntax
public class DataColumnComboBox : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
DataColumnComboBox()
Initializes a new instance of the DataColumnComboBox class.
Declaration
public DataColumnComboBox()
Properties
DataSource
Gets or sets the data source.
Declaration
[Browsable(false)]
public DataSourceBase DataSource { get; set; }
Property Value
Type | Description |
---|---|
DataSourceBase |
Report
Gets or sets the Report.
Declaration
[Browsable(false)]
public Report Report { get; set; }
Property Value
Type | Description |
---|---|
Report |
Text
Declaration
public override string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
System.Windows.Forms.UserControl.Text
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
System.Windows.Forms.ContainerControl.Dispose(System.Boolean)
OnLayout(LayoutEventArgs)
Declaration
protected override void OnLayout(LayoutEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.LayoutEventArgs | e |
Overrides
System.Windows.Forms.ContainerControl.OnLayout(System.Windows.Forms.LayoutEventArgs)
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e |
Overrides
System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)
OnResize(EventArgs)
Declaration
protected override void OnResize(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
Overrides
System.Windows.Forms.UserControl.OnResize(System.EventArgs)
Events
TextChanged
Occurs when the text portion of the combobox is changed.
Declaration
public event EventHandler TextChanged
Event Type
Type | Description |
---|---|
System.EventHandler |