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#
public abstract Stream Export(
	string id,
	string documentName,
	string format
)
Visual Basic (Declaration)
Public MustOverride Function Export ( _
	id As String, _
	documentName As String, _
	format As String _
) As Stream
Visual C++
public:
virtual Stream^ Export(
	String^ id, 
	String^ documentName, 
	String^ format
) abstract

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.

Implements

IReportServiceResources..::.Export(String, String, String)

See Also