Exports the given document to the specified file.

Namespace:  PerpetuumSoft.Reporting.Export.Excel
Assembly:  PerpetuumSoft.Reporting.Export.Excel (in PerpetuumSoft.Reporting.Export.Excel.dll) Version: 3.9.0.1

Syntax

C#
protected override void ExportDocument(
	Document document,
	string fileName
)
Visual Basic (Declaration)
Protected Overrides Sub ExportDocument ( _
	document As Document, _
	fileName As String _
)
Visual C++
protected:
virtual void ExportDocument(
	Document^ document, 
	String^ fileName
) override

Parameters

document
Type: PerpetuumSoft.Reporting.DOM..::.Document
fileName
Type: System..::.String

See Also