Class BaseExportForm
Namespace: FastReport.Olap.Forms
Assembly: FastCube.Mono.dll
Base export form.
public class BaseExportForm : BaseDialogForm
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← Form ← BaseDialogForm ← BaseExportForm
Derived
Biff8ExportDialog, CsvExportDialog, DbfExportDialog, Excel2007ExportDialog, HTMLExportDialog, OdfExportDialog, XMLExportDialog
Inherited Members
BaseDialogForm.Localize(), BaseDialogForm.Dispose(bool), BaseDialogForm.btnCancel, BaseDialogForm.btnOk
Constructors
BaseExportForm()
Creates a new instance.
public BaseExportForm()
Methods
AddCheckBox(TabPage, string)
Adds checkbox for specified page.
public CheckBox AddCheckBox(TabPage page, string caption)
Parameters
page TabPage
caption string
Returns
AddComboBox(TabPage, string[])
Adds combo box to specified page.
public ComboBox AddComboBox(TabPage page, string[] list)
Parameters
page TabPage
list string[]
Returns
AddLabelFor(Control, string, bool)
Adds label for the control.
public Label AddLabelFor(Control ctrl, string caption, bool atLeft = true)
Parameters
ctrl Control
caption string
atLeft bool
Returns
AddPage(string)
Adds tab page with specified caption.
public TabPage AddPage(string caption)
Parameters
caption string
Returns
AddTextBox(TabPage, string)
Adds text box to specified page.
public TextBox AddTextBox(TabPage page, string text = "")
Parameters
page TabPage
text string
Returns
AdjustHeight()
Recalculates height.
public void AdjustHeight()
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing bool
true if managed resources should be disposed; otherwise, false.