Lenguaje

IDynamicImageInstance.GetImage Método

Definición

Obtiene el flujo de imagen de la instancia dinámica de la imagen.

public:
 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
Public Function GetImage (type As DynamicImageInstance.ImageType, ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection) As Stream

Parámetros

type
DynamicImageInstance.ImageType

Tipo de imagen.

actionImageMaps
ActionInfoWithDynamicImageMapCollection

[fuera] Las acciones de la imagen.

Devoluciones

Un Stream objeto que contiene los datos de la imagen.

Se aplica a