Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    UIUtils.DrawImageAndText(Control, DrawItemEventArgs, Image, String)
    UIUtils.DrawVisualStyleBorder(Control, Graphics, Rectangle)
    UIUtils.Dpi(Control)
    UIUtils.DpiMultiplier(Control)
    UIUtils.FontDpiMultiplier(Control)
    UIUtils.LogicalToDevice(Control, Int32)
    UIUtils.LogicalToDevice(Control, Single)
    UIUtils.LogicalToDevice(Control, Rectangle)
    UIUtils.LogicalToDevice(Control, Point)
    UIUtils.LogicalToDevice(Control, Size)
    UIUtils.LogicalToDevice(Control, Font, Boolean)
    UIUtils.GetImage(Control, Int32)
    UIUtils.GetImage(Control, String)
    UIUtils.GetImages(Control)
    Back to top © 1998-2025 Copyright Fast Reports Inc.