DynamicImageInstance.GetImage メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のインスタンスの画像を返します。
オーバーロード
| 名前 | 説明 |
|---|---|
| GetImage() |
現在のインスタンスの画像を返します。 |
| GetImage(ActionInfoWithDynamicImageMapCollection) |
現在のインスタンスの画像とそれに付随する ActionInfoWithDynamicImageMapCollectionを返します。 |
| GetImage(DynamicImageInstance+ImageType) |
レンダリングされた画像の種類を指定することで、現在のインスタンスの画像を返します。 |
| GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection) |
レンダリング画像の種類を指定することで、現在のインスタンスの画像とそれに付随する ActionInfoWithDynamicImageMapCollection を返します。 |
| GetImage(DynamicImageInstance+ImageType, Boolean) |
レンダリング画像の種類を指定することで現在のインスタンスの画像を返し、画像に画像マップが関連付けられているかどうかを示すブール値を取得します。 |
| GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection, Stream) |
現在のインスタンスの画像とそれに付随する ActionInfoWithDynamicImageMapCollectionを返します。 |
GetImage(ActionInfoWithDynamicImageMapCollection)
現在のインスタンスの画像とそれに付随する ActionInfoWithDynamicImageMapCollectionを返します。
public:
System::IO::Stream ^ GetImage([Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMapCollection ^ % actionImageMaps);
public System.IO.Stream GetImage(out Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection actionImageMaps);
member this.GetImage : ActionInfoWithDynamicImageMapCollection -> System.IO.Stream
Public Function GetImage (ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection) As Stream
パラメーター
- actionImageMaps
- ActionInfoWithDynamicImageMapCollection
このメソッドが戻ると、画像に関連付けられた ActionInfoWithDynamicImageMapCollection オブジェクトが含まれます。 このパラメーターは初期化されていない状態で渡されます。
返品
現在の画像インスタンスへの画像ストリームを含む Stream オブジェクトです。
適用対象
GetImage(DynamicImageInstance+ImageType)
レンダリングされた画像の種類を指定することで、現在のインスタンスの画像を返します。
public:
System::IO::Stream ^ GetImage(Microsoft::ReportingServices::OnDemandReportRendering::DynamicImageInstance::ImageType type);
public System.IO.Stream GetImage(Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType type);
member this.GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType -> System.IO.Stream
Public Function GetImage (type As DynamicImageInstance.ImageType) As Stream
パラメーター
望ましい画像タイプ。
返品
現在の画像インスタンスへの画像ストリームを含む Stream オブジェクトです。
適用対象
GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)
レンダリング画像の種類を指定することで、現在のインスタンスの画像とそれに付随する ActionInfoWithDynamicImageMapCollection を返します。
public:
virtual System::IO::Stream ^ GetImage(Microsoft::ReportingServices::OnDemandReportRendering::DynamicImageInstance::ImageType type, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMapCollection ^ % actionImageMaps);
public virtual System.IO.Stream GetImage(Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType type, out Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection actionImageMaps);
abstract member GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType * ActionInfoWithDynamicImageMapCollection -> System.IO.Stream
override this.GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType * ActionInfoWithDynamicImageMapCollection -> System.IO.Stream
Public Overridable Function GetImage (type As DynamicImageInstance.ImageType, ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection) As Stream
パラメーター
望ましい画像タイプ。
- actionImageMaps
- ActionInfoWithDynamicImageMapCollection
このメソッドが戻ると、画像に関連付けられた ActionInfoWithDynamicImageMapCollection オブジェクトが含まれます。 このパラメーターは初期化されていない状態で渡されます。
返品
現在の画像インスタンスへの画像ストリームを含む Stream オブジェクトです。
適用対象
GetImage(DynamicImageInstance+ImageType, Boolean)
レンダリング画像の種類を指定することで現在のインスタンスの画像を返し、画像に画像マップが関連付けられているかどうかを示すブール値を取得します。
protected:
virtual System::IO::Stream ^ GetImage(Microsoft::ReportingServices::OnDemandReportRendering::DynamicImageInstance::ImageType type, [Runtime::InteropServices::Out] bool % hasImageMap);
protected virtual System.IO.Stream GetImage(Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType type, out bool hasImageMap);
abstract member GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType * bool -> System.IO.Stream
override this.GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType * bool -> System.IO.Stream
Protected Overridable Function GetImage (type As DynamicImageInstance.ImageType, ByRef hasImageMap As Boolean) As Stream
パラメーター
望ましい画像タイプ。
- hasImageMap
- Boolean
この方法が返すと、画像に画像マップがある場合にブール値 true 、そうでなければ falseとなります。 このパラメーターは初期化されていない状態で渡されます。
返品
現在の画像インスタンスへの画像ストリームを含む Stream オブジェクトです。
適用対象
GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection, Stream)
現在のインスタンスの画像とそれに付随する ActionInfoWithDynamicImageMapCollectionを返します。
protected:
abstract void GetImage(Microsoft::ReportingServices::OnDemandReportRendering::DynamicImageInstance::ImageType type, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMapCollection ^ % actionImageMaps, [Runtime::InteropServices::Out] System::IO::Stream ^ % image);
protected abstract void GetImage(Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType type, out Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection actionImageMaps, out System.IO.Stream image);
abstract member GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType * ActionInfoWithDynamicImageMapCollection * Stream -> unit
Protected MustOverride Sub GetImage (type As DynamicImageInstance.ImageType, ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection, ByRef image As Stream)
パラメーター
望ましい画像タイプ。
- actionImageMaps
- ActionInfoWithDynamicImageMapCollection
このメソッドが戻ると、画像に関連付けられた ActionInfoWithDynamicImageMapCollection オブジェクトが含まれます。 このパラメーターは初期化されていない状態で渡されます。