Class Excel2007ExportDialog
Namespace: FastReport.Olap.Export.OoXML
Assembly: FastCube.Mono.dll
Dialog export for Excel 2007 and higher
public class Excel2007ExportDialog : BaseExportForm, IExportDialog
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← Form ← BaseDialogForm ← BaseExportForm ← Excel2007ExportDialog
Implements
Inherited Members
BaseExportForm.AddCheckBox(TabPage, string), BaseExportForm.AddComboBox(TabPage, string[]), BaseExportForm.AddLabelFor(Control, string, bool), BaseExportForm.AddPage(string), BaseExportForm.AddTextBox(TabPage, string), BaseExportForm.AdjustHeight(), BaseExportForm.Dispose(bool), BaseDialogForm.Localize(), BaseDialogForm.Dispose(bool), BaseDialogForm.btnCancel, BaseDialogForm.btnOk
Constructors
Excel2007ExportDialog()
Creates a new instance.
public Excel2007ExportDialog()
Fields
cbMergeCells
Checkbox for merging values.
public CheckBox cbMergeCells
Field Value
cbOpen
Checkbox for open after export.
public CheckBox cbOpen
Field Value
cbRepeatValues
Checkbox for repeating values.
public CheckBox cbRepeatValues
Field Value
Methods
ApplyDialog(ExportBase)
Applyes dialog values to export.
public void ApplyDialog(ExportBase exportBase)
Parameters
exportBase
ExportBase
AssignExport(ExportBase)
Assigns export values to dialog.
public void AssignExport(ExportBase exportBase)
Parameters
exportBase
ExportBase
ShowExportDialog()
Shows export dialog.
public int ShowExportDialog()