Search Results for

    Show / Hide Table of Contents

    Class BaseExportForm

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    System.Windows.Forms.ScrollableControl
    System.Windows.Forms.ContainerControl
    System.Windows.Forms.Form
    BaseDialogForm
    BaseExportForm
    Biff8ExportDialog
    CsvExportDialog
    DbfExportDialog
    HTMLExportDialog
    OdfExportDialog
    Excel2007ExportDialog
    XMLExportDialog
    Inherited Members
    BaseDialogForm.Localize()
    BaseDialogForm.btnCancel
    BaseDialogForm.btnOk
    Namespace: FastReport.Olap.Forms
    Assembly: FastReport.Olap.dll
    Syntax
    public class BaseExportForm : BaseDialogForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

    Constructors

    BaseExportForm()

    Declaration
    public BaseExportForm()

    Methods

    AddCheckBox(TabPage, String)

    Declaration
    public CheckBox AddCheckBox(TabPage page, string caption)
    Parameters
    Type Name Description
    System.Windows.Forms.TabPage page
    System.String caption
    Returns
    Type Description
    System.Windows.Forms.CheckBox

    AddComboBox(TabPage, String[])

    Declaration
    public ComboBox AddComboBox(TabPage page, string[] list)
    Parameters
    Type Name Description
    System.Windows.Forms.TabPage page
    System.String[] list
    Returns
    Type Description
    System.Windows.Forms.ComboBox

    AddLabelFor(Control, String, Boolean)

    Declaration
    public Label AddLabelFor(Control ctrl, string caption, bool atLeft = true)
    Parameters
    Type Name Description
    System.Windows.Forms.Control ctrl
    System.String caption
    System.Boolean atLeft
    Returns
    Type Description
    System.Windows.Forms.Label

    AddPage(String)

    Declaration
    public TabPage AddPage(string caption)
    Parameters
    Type Name Description
    System.String caption
    Returns
    Type Description
    System.Windows.Forms.TabPage

    AddTextBox(TabPage, String)

    Declaration
    public TextBox AddTextBox(TabPage page, string text = "")
    Parameters
    Type Name Description
    System.Windows.Forms.TabPage page
    System.String text
    Returns
    Type Description
    System.Windows.Forms.TextBox

    AdjustHeight()

    Declaration
    public void AdjustHeight()

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    Overrides
    BaseDialogForm.Dispose(Boolean)
    Back to top © 1998-2024 Copyright Fast Reports Inc.