MapInstance.GetImage Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Rend la carte en image.
Surcharges
| Nom | Description |
|---|---|
| GetImage() |
Rend la carte en image. |
| GetImage(ActionInfoWithDynamicImageMapCollection) |
Retourne la carte sous forme d’image accompagnée d’un ensemble d’actions pour ses cartes d’images. |
| GetImage(DynamicImageInstance+ImageType) |
Retourne l’application sous forme d’image d’un type spécifié. |
| GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection) |
Retourne l’application sous forme d’image d’un type spécifié accompagnée d’un ensemble d’actions pour ses applications d’image. |
GetImage(ActionInfoWithDynamicImageMapCollection)
Retourne la carte sous forme d’image accompagnée d’un ensemble d’actions pour ses cartes d’images.
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
Paramètres
- actionImageMaps
- ActionInfoWithDynamicImageMapCollection
Lorsque cette méthode revient, contient l’ensemble des actions pour les applications d’image. Ce paramètre est passé non initialisé.
Retours
Un Stream objet vers la carte sous-jacente.
S’applique à
GetImage(DynamicImageInstance+ImageType)
Retourne l’application sous forme d’image d’un type spécifié.
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
Paramètres
Type d’image.
Retours
Un Stream objet vers la carte sous-jacente.
S’applique à
GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)
Retourne l’application sous forme d’image d’un type spécifié accompagnée d’un ensemble d’actions pour ses applications d’image.
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
Paramètres
Type d’image.
- actionImageMaps
- ActionInfoWithDynamicImageMapCollection
Lorsque cette méthode revient, contient l’ensemble des actions pour les applications d’image. Ce paramètre est passé non initialisé.
Retours
Un Stream objet vers la carte sous-jacente.