言語

ChartInstance.GetImage メソッド

定義

指定されたタイプの画像と画像マップを返します。

public:
 override System::IO::Stream ^ GetImage(Microsoft::ReportingServices::OnDemandReportRendering::DynamicImageInstance::ImageType type, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMapCollection ^ % actionImageMaps);
public override System.IO.Stream GetImage(Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType type, out Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection actionImageMaps);
override this.GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType * ActionInfoWithDynamicImageMapCollection -> System.IO.Stream
Public Overrides Function GetImage (type As DynamicImageInstance.ImageType, ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection) As Stream

パラメーター

type
DynamicImageInstance.ImageType

イメージの種類。

actionImageMaps
ActionInfoWithDynamicImageMapCollection

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

返品

チャート画像を表す Stream オブジェクト。

実装

適用対象