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
BaseExportForm
Assembly: FastReport.Olap.dll
public class BaseExportForm : BaseDialogForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
Declaration
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 |
|
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 |
|
Declaration
public void AdjustHeight()
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