ChartInstance.GetImage Méthode

Définition

Retourne le graphique sous forme d’image d’un type spécifié avec sa carte image.

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

Paramètres

type
DynamicImageInstance.ImageType

Type d’image.

actionImageMaps
ActionInfoWithDynamicImageMapCollection

Lorsque cette méthode revient, contient la carte image. Ce paramètre est passé non initialisé.

Retours

Un objet qui représente l’image du Stream graphique.

Implémente

S’applique à