Returns result of document export to the specified format.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
Stream Export(
	string id,
	string documentName,
	string format
)
Visual Basic (Declaration)
Function Export ( _
	id As String, _
	documentName As String, _
	format As String _
) As Stream
Visual C++
Stream^ Export(
	String^ id, 
	String^ documentName, 
	String^ format
)

Parameters

id
Type: System..::.String
Document identifier.
documentName
Type: System..::.String
The name of document.
format
Type: System..::.String
The format to export.

Return Value

Stream class.

See Also