Table of Contents

Class Excel2007Export

Namespace: FastReport.Olap.Export.OoXML
Assembly: FastCube.Core.dll

Excel 2007 export class

public class Excel2007Export : OOExportBase

Inheritance

objectMarshalByRefObjectComponentExportBaseOOExportBaseExcel2007Export

Inherited Members

OOExportBase.xml_header, ExportBase.OnGetCubeColumns, ExportBase.OnGetCubeRowCount, ExportBase.OnGetCubeRowIndex, ExportBase.OnGetTitle, ExportBase.AllowOpenAfter, ExportBase.Cube, ExportBase.FileFilter, ExportBase.GeneratedFiles, ExportBase.HasMultipleFiles, ExportBase.OpenAfterExport, ExportBase.ShowProgress, ExportBase.Slice, ExportBase.Styles, ExportBase.FileName, ExportBase.Stream, ExportBase.RegisterExportDialog(Type, Type), ExportBase.Export(string), ExportBase.Export(Stream), ExportBase.Export(), ExportBase.ShowDialog(), ExportBase.Finish(), ExportBase.GetFileFilter(), ExportBase.GetTitle(ExportTitle), ExportBase.Run(), ExportBase.Start()

Constructors

Excel2007Export()

Initializes a new instance of the class.

public Excel2007Export()

Properties

MergeCells

Gets or sets the merge of cells.

public bool MergeCells { get; set; }

Property Value

bool

RepeatValues

Gets or sets repeat values.

public bool RepeatValues { get; set; }

Property Value

bool

Methods

Finish()

This method is called when the export is finished.

protected override void Finish()

GetFileFilter()

Returns a file filter for a save dialog.

protected override string GetFileFilter()

Returns

string

String that contains a file filter, for example: "Bitmap image (.bmp)|.bmp"

Run()

This method is called when the export is performed.

protected override void Run()

Start()

This method is called when the export starts.

protected override void Start()