DynamicImageInstance.GetImage Method (DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection%)
Returns the image of the current instance and its accompanying ActionInfoWithDynamicImageMapCollection by specifying the type of the rendered image.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable Function GetImage ( _
type As DynamicImageInstance..::..ImageType, _
<OutAttribute> ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection _
) As Stream
'Usage
Dim instance As DynamicImageInstance
Dim type As DynamicImageInstance..::..ImageType
Dim actionImageMaps As ActionInfoWithDynamicImageMapCollection
Dim returnValue As Stream
returnValue = instance.GetImage(type, _
actionImageMaps)
public virtual Stream GetImage(
DynamicImageInstance..::..ImageType type,
out ActionInfoWithDynamicImageMapCollection actionImageMaps
)
public:
virtual Stream^ GetImage(
DynamicImageInstance..::..ImageType type,
[OutAttribute] ActionInfoWithDynamicImageMapCollection^% actionImageMaps
)
abstract GetImage :
type:DynamicImageInstance..::..ImageType *
actionImageMaps:ActionInfoWithDynamicImageMapCollection byref -> Stream
override GetImage :
type:DynamicImageInstance..::..ImageType *
actionImageMaps:ActionInfoWithDynamicImageMapCollection byref -> Stream
public function GetImage(
type : DynamicImageInstance..::..ImageType,
actionImageMaps : ActionInfoWithDynamicImageMapCollection
) : Stream
Parameters
- type
Type: Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType
The desired image type.
- actionImageMaps
Type: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection%
[out] An ActionInfoWithDynamicImageMapCollection object associated with the image.
Return Value
Type: System.IO.Stream
A [System.IO.Stream] object that contains the image stream.