GetImage 메서드 (DynamicImageInstance.ImageType, Boolean)
Returns the image of the current instance by specifying the type of the rendered image and gets a boolean value indicating wether the image has an associated image map.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Protected Overridable Function GetImage ( _
type As DynamicImageInstance..::..ImageType, _
<OutAttribute> ByRef hasImageMap As Boolean _
) As Stream
‘사용 방법
Dim type As DynamicImageInstance..::..ImageType
Dim hasImageMap As Boolean
Dim returnValue As Stream
returnValue = Me.GetImage(type, hasImageMap)
protected virtual Stream GetImage(
DynamicImageInstance..::..ImageType type,
out bool hasImageMap
)
protected:
virtual Stream^ GetImage(
DynamicImageInstance..::..ImageType type,
[OutAttribute] bool% hasImageMap
)
abstract GetImage :
type:DynamicImageInstance..::..ImageType *
hasImageMap:bool byref -> Stream
override GetImage :
type:DynamicImageInstance..::..ImageType *
hasImageMap:bool byref -> Stream
protected function GetImage(
type : DynamicImageInstance..::..ImageType,
hasImageMap : boolean
) : Stream
매개 변수
- type
유형: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DynamicImageInstance. . :: . .ImageType
The desired image type.
- hasImageMap
유형: System. . :: . .Boolean%
[out] true if the image has an associated image map; otherwise, false.