Returns result of document export to the HTML format
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ServerAssembly: PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
protected internal virtual Stream GetHtmlExport( string id, string documentName ) |
| Visual Basic (Declaration) |
|---|
Protected Friend Overridable Function GetHtmlExport ( _ id As String, _ documentName As String _ ) As Stream |
| Visual C++ |
|---|
protected public: virtual Stream^ GetHtmlExport( String^ id, String^ documentName ) |
Parameters
- id
- Type: System..::.String
The execution ID.
- documentName
- Type: System..::.String
Name of the document.