Class Excel2007Export
Excel 2007 export class
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Excel2007Export
Inherited Members
Namespace: FastReport.Olap.Export.OoXML
Assembly: FastReport.Olap.dll
Syntax
public class Excel2007Export : OOExportBase, IComponent, IDisposable
Constructors
Excel2007Export()
Initializes a new instance of the class.
Declaration
public Excel2007Export()
Properties
MergeCells
Declaration
public bool MergeCells { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RepeatValues
Declaration
public bool RepeatValues { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
ApplyDialog(BaseExportForm)
Declaration
protected override void ApplyDialog(BaseExportForm dialog)
Parameters
Type | Name | Description |
---|---|---|
BaseExportForm | dialog |
Overrides
CreateDialog()
Declaration
protected override BaseExportForm CreateDialog()
Returns
Type | Description |
---|---|
BaseExportForm |
Overrides
Finish()
This method is called when the export is finished.
Declaration
protected override void Finish()
Overrides
GetFileFilter()
Returns a file filter for a save dialog.
Declaration
protected override string GetFileFilter()
Returns
Type | Description |
---|---|
System.String | String that contains a file filter, for example: "Bitmap image (.bmp)|.bmp" |
Overrides
Run()
Declaration
protected override void Run()
Overrides
Start()
This method is called when the export starts.
Declaration
protected override void Start()