MapInstance.GetImage メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マップを画像として返します。
オーバーロード
| 名前 | 説明 |
|---|---|
| GetImage() |
マップを画像として返します。 |
| GetImage(ActionInfoWithDynamicImageMapCollection) |
画像としてマップを返し、その画像マップのアクションセットも返します。 |
| GetImage(DynamicImageInstance+ImageType) |
指定型の画像としてマップを返します。 |
| GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection) |
指定型の画像として、その画像マップのアクションセットを返します。 |
GetImage(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
このメソッドが返されると、は画像マップのアクション集合を含みます。 このパラメーターは初期化されていない状態で渡されます。
返品
基盤となるマップに対する 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)
指定型の画像として、その画像マップのアクションセットを返します。
public:
virtual System::IO::Stream ^ GetImage(Microsoft::ReportingServices::OnDemandReportRendering::DynamicImageInstance::ImageType type, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMapCollection ^ % actionImageMaps);
public 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 Function GetImage (type As DynamicImageInstance.ImageType, ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection) As Stream
パラメーター
イメージの種類。
- actionImageMaps
- ActionInfoWithDynamicImageMapCollection
このメソッドが返されると、は画像マップのアクション集合を含みます。 このパラメーターは初期化されていない状態で渡されます。
返品
基盤となるマップに対する Stream オブジェクト。