Exports the specified report document to the specified file.

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

Syntax

C#
public void Export(
	Document document,
	string fileName
)
Visual Basic (Declaration)
Public Sub Export ( _
	document As Document, _
	fileName As String _
)
Visual C++
public:
void Export(
	Document^ document, 
	String^ fileName
)

Parameters

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

See Also