Condividi tramite


IDynamicImageInstance.GetImage Metodo

Definizione

Ottiene il flusso dell'immagine dell'istanza dell'immagine dinamica.

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

Parametri

type
DynamicImageInstance.ImageType

Tipo di immagine.

actionImageMaps
ActionInfoWithDynamicImageMapCollection

[out] Le azioni dell'immagine.

Restituisce

Oggetto Stream contenente i dati dell'immagine.

Si applica a