Lenguaje

ChartInstance.GetImage Método

Definición

Devuelve la carta como una imagen de un tipo especificado junto con su mapa de imagen.

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

Parámetros

type
DynamicImageInstance.ImageType

Tipo de imagen.

actionImageMaps
ActionInfoWithDynamicImageMapCollection

Cuando este método regresa, contiene el mapa de imagen. Este parámetro se pasa sin inicializar.

Devoluciones

Un objeto que representa la imagen del Stream gráfico.

Implementaciones

Se aplica a