次の方法で共有


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 オブジェクト。

実装

適用対象