言語

MapInstance.GetImage メソッド

定義

マップを画像として返します。

オーバーロード

名前 説明
GetImage()

マップを画像として返します。

GetImage(ActionInfoWithDynamicImageMapCollection)

画像としてマップを返し、その画像マップのアクションセットも返します。

GetImage(DynamicImageInstance+ImageType)

指定型の画像としてマップを返します。

GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)

指定型の画像として、その画像マップのアクションセットを返します。

GetImage()

マップを画像として返します。

public:
 System::IO::Stream ^ GetImage();
public System.IO.Stream GetImage();
member this.GetImage : unit -> System.IO.Stream
Public Function GetImage () As Stream

返品

基盤となるマップに対する Stream オブジェクト。

適用対象

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

パラメーター

type
DynamicImageInstance.ImageType

イメージの種類。

返品

基盤となるマップに対する 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

パラメーター

type
DynamicImageInstance.ImageType

イメージの種類。

actionImageMaps
ActionInfoWithDynamicImageMapCollection

このメソッドが返されると、は画像マップのアクション集合を含みます。 このパラメーターは初期化されていない状態で渡されます。

返品

基盤となるマップに対する Stream オブジェクト。

実装

適用対象