Returns image from a document by image stream identificator.
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# |
---|
public override Stream GetHtmlImage( string executionId, string imageId ) |
Visual Basic (Declaration) |
---|
Public Overrides Function GetHtmlImage ( _ executionId As String, _ imageId As String _ ) As Stream |
Visual C++ |
---|
public: virtual Stream^ GetHtmlImage( String^ executionId, String^ imageId ) override |
Parameters
- executionId
- Type: System..::.String
Report identifier.
- imageId
- Type: System..::.String
The image identifier.