Class XMLExport
Namespace: FastReport.Olap.Export.Xml
Assembly: FastCube.Core.dll
Represents the XML export filter.
public class XMLExport : ExportBase
Inheritance
object ← MarshalByRefObject ← Component ← ExportBase ← XMLExport
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()
Properties
ExportFormat
Gets or set XML format.
public XMLFormat ExportFormat { 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()