Search Results for

    Show / Hide Table of Contents

    Class DataColumnComboBox

    Represents the combobox used to select a data column.

    Inheritance
    System.Object
    DataColumnComboBox
    Namespace: FastReport.Controls
    Assembly: FastReport.dll
    Syntax
    public class DataColumnComboBox : UserControl

    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

    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
    Back to top © 1998-2026 Copyright Fast Reports Inc.