DynamicImageInstance.GetImage メソッド (DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection%, Stream%)
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
現在のインスタンスの画像とそれに付随する ActionInfoWithDynamicImageMapCollection を返します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Protected MustOverride Sub GetImage ( _
type As DynamicImageInstance.ImageType, _
<OutAttribute> ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection, _
<OutAttribute> ByRef image As Stream _
)
'使用
Dim type As DynamicImageInstance.ImageType
Dim actionImageMaps As ActionInfoWithDynamicImageMapCollection
Dim image As Stream
Me.GetImage(type, actionImageMaps, _
image)
protected abstract void GetImage(
DynamicImageInstance.ImageType type,
out ActionInfoWithDynamicImageMapCollection actionImageMaps,
out Stream image
)
protected:
virtual void GetImage(
DynamicImageInstance.ImageType type,
[OutAttribute] ActionInfoWithDynamicImageMapCollection^% actionImageMaps,
[OutAttribute] Stream^% image
) abstract
abstract GetImage :
type:DynamicImageInstance.ImageType *
actionImageMaps:ActionInfoWithDynamicImageMapCollection byref *
image:Stream byref -> unit
protected abstract function GetImage(
type : DynamicImageInstance.ImageType,
actionImageMaps : ActionInfoWithDynamicImageMapCollection,
image : Stream
)
パラメーター
- type
型: Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType
必要な画像の種類。
- actionImageMaps
型: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection%
このメソッドが戻るとき、画像に関連付けられた ActionInfoWithDynamicImageMapCollection オブジェクトが格納されます。 このパラメーターは初期化せずに渡されます。
- image
型: System.IO.Stream%
このメソッドが戻るとき、現在の画像インスタンスに対する画像ストリームを含む [System.IO.Stream] オブジェクトが格納されます。