MapInstance.GetImage 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會將地圖以影像形式回傳。
多載
| 名稱 | Description |
|---|---|
| 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 物件,連結底層地圖。