描画された画像の種類を指定することによって現在のインスタンスの画像を返し、画像に画像マップが関連付けられているかどうかを示すブール値を取得します。
名前空間: 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
必要な画像の種類。
- hasImageMap
型: System.Boolean%
このメソッドが戻るとき、画像に画像マップが関連付けられている場合は true、それ以外の場合は false のブール値を格納します。 このパラメーターは初期化せずに渡されます。
戻り値
型: System.IO.Stream
現在の画像インスタンスに対する画像ストリームを格納する [System.IO.Stream] オブジェクト。