Returns result of document export to the HTML 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#
protected internal override Stream GetHtmlExport(
	string id,
	string documentName
)
Visual Basic (Declaration)
Protected Friend Overrides Function GetHtmlExport ( _
	id As String, _
	documentName As String _
) As Stream
Visual C++
protected public:
virtual Stream^ GetHtmlExport(
	String^ id, 
	String^ documentName
) override

Parameters

id
Type: System..::.String
The execution ID.
documentName
Type: System..::.String
Name of the document.

Return Value

See Also