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
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 |
Return Value
See Also