言語

DynamicImageInstance.GetImage メソッド

定義

現在のインスタンスの画像を返します。

オーバーロード

名前 説明
GetImage()

現在のインスタンスの画像を返します。

GetImage(ActionInfoWithDynamicImageMapCollection)

現在のインスタンスの画像とそれに付随する ActionInfoWithDynamicImageMapCollectionを返します。

GetImage(DynamicImageInstance+ImageType)

レンダリングされた画像の種類を指定することで、現在のインスタンスの画像を返します。

GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)

レンダリング画像の種類を指定することで、現在のインスタンスの画像とそれに付随する ActionInfoWithDynamicImageMapCollection を返します。

GetImage(DynamicImageInstance+ImageType, Boolean)

レンダリング画像の種類を指定することで現在のインスタンスの画像を返し、画像に画像マップが関連付けられているかどうかを示すブール値を取得します。

GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection, Stream)

現在のインスタンスの画像とそれに付随する 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)

現在のインスタンスの画像とそれに付随する 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

パラメーター

type
DynamicImageInstance.ImageType

望ましい画像タイプ。

返品

現在の画像インスタンスへの画像ストリームを含む 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

パラメーター

type
DynamicImageInstance.ImageType

望ましい画像タイプ。

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

パラメーター

type
DynamicImageInstance.ImageType

望ましい画像タイプ。

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)

パラメーター

type
DynamicImageInstance.ImageType

望ましい画像タイプ。

actionImageMaps
ActionInfoWithDynamicImageMapCollection

このメソッドが戻ると、画像に関連付けられた ActionInfoWithDynamicImageMapCollection オブジェクトが含まれます。 このパラメーターは初期化されていない状態で渡されます。

image
Stream

このメソッドが戻ったら、現在の画像インスタンスへの画像ストリームを含む Stream オブジェクトを格納します。

適用対象