Table of Contents

Class Biff8Export

Namespace: FastReport.Olap.Export.BIFF8
Assembly: FastCube.Mono.dll

Represents the ODF export filter.

public class Biff8Export : ExportBase

Inheritance

objectMarshalByRefObjectComponentExportBaseBiff8Export

Inherited Members

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

Biff8Export()

Initializes a new instance of the FastReport.Olap.Export.BIFF8.Biff8Export class.

public Biff8Export()

Properties

AppName

Gets or sets application name.

public string AppName { get; set; }

Property Value

string

Author

Gets or sets author.

public string Author { get; set; }

Property Value

string

Category

Gets or sets category.

public string Category { get; set; }

Property Value

string

Comment

Gets or sets comment.

public string Comment { get; set; }

Property Value

string

Company

Gets or sets company.

public string Company { get; set; }

Property Value

string

Keywords

Gets or sets keywords.

public string Keywords { get; set; }

Property Value

string

Manager

Gets or sets manger.

public string Manager { get; set; }

Property Value

string

MergeCells

Gets or sets merge cells.

public bool MergeCells { get; set; }

Property Value

bool

RepeatValues

Gets or sets repeat values.

public bool RepeatValues { get; set; }

Property Value

bool

Revision

Gets or sets revision.

public string Revision { get; set; }

Property Value

string

Subject

Gets or sets subject.

public string Subject { get; set; }

Property Value

string

Title

Gets or sets title.

public string Title { get; set; }

Property Value

string

UseDefPalette

Gets or sets use default palette.

public bool UseDefPalette { 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()