Class Biff8Export
Namespace: FastReport.Olap.Export.BIFF8
Assembly: FastCube.Mono.dll
Represents the ODF export filter.
public class Biff8Export : ExportBase
Inheritance
object ← MarshalByRefObject ← Component ← ExportBase ← Biff8Export
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
Author
Gets or sets author.
public string Author { get; set; }
Property Value
Category
Gets or sets category.
public string Category { get; set; }
Property Value
Comment
Gets or sets comment.
public string Comment { get; set; }
Property Value
Company
Gets or sets company.
public string Company { get; set; }
Property Value
Keywords
Gets or sets keywords.
public string Keywords { get; set; }
Property Value
Manager
Gets or sets manger.
public string Manager { get; set; }
Property Value
MergeCells
Gets or sets merge cells.
public bool MergeCells { get; set; }
Property Value
RepeatValues
Gets or sets repeat values.
public bool RepeatValues { get; set; }
Property Value
Revision
Gets or sets revision.
public string Revision { get; set; }
Property Value
Subject
Gets or sets subject.
public string Subject { get; set; }
Property Value
Title
Gets or sets title.
public string Title { get; set; }
Property Value
UseDefPalette
Gets or sets use default palette.
public bool UseDefPalette { get; set; }
Property Value
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 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()