Returns result of document export to the specified format.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Server
Assembly:  PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

Parameters

id
Type: System..::.String
format
Type: System..::.String

See Also