Returns image from a document.
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 virtual Stream GetImageStream( string id, string resourceId ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function GetImageStream ( _ id As String, _ resourceId As String _ ) As Stream |
| Visual C++ |
|---|
public: virtual Stream^ GetImageStream( String^ id, String^ resourceId ) |
Parameters
- id
- Type: System..::.String
The document identifier.
- resourceId
- Type: System..::.String
The resource identifier.