Class Biff8Export
Represents the ODF export filter.
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Biff8Export
Assembly: FastReport.Olap.dll
Syntax
public class Biff8Export : ExportBase, IComponent, IDisposable
Constructors
Biff8Export()
Declaration
Properties
AppName
Declaration
public string AppName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Author
Declaration
public string Author { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Category
Declaration
public string Category { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Comment { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Company
Declaration
public string Company { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Keywords
Declaration
public string Keywords { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Manager
Declaration
public string Manager { get; set; }
Property Value
| Type |
Description |
| System.String |
|
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 |
|
Revision
Declaration
public string Revision { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Subject
Declaration
public string Subject { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Title
Declaration
public string Title { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UseDefPalette
Declaration
public bool UseDefPalette { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Declaration
protected override void ApplyDialog(BaseExportForm dialog)
Parameters
Overrides
CreateDialog()
Declaration
protected override BaseExportForm CreateDialog()
Returns
Overrides
Finish()
Declaration
protected override void Finish()
Overrides
GetFileFilter()
Declaration
protected override string GetFileFilter()
Returns
| Type |
Description |
| System.String |
|
Overrides
Run()
Declaration
protected override void Run()
Overrides
Start()
Declaration
protected override void Start()
Overrides