Compartilhar via


Método MapInstance.GetImage

Returns the map as an image.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Function GetImage As Stream
'Uso
Dim instance As MapInstance 
Dim returnValue As Stream 

returnValue = instance.GetImage()
public Stream GetImage()
public:
Stream^ GetImage()
member GetImage : unit -> Stream
public function GetImage() : Stream

Valor de retorno

Tipo: System.IO.Stream
A Stream object to the underlying map.

Consulte também

Referência

MapInstance Classe

Sobrecarregado GetImage

Namespace Microsoft.ReportingServices.OnDemandReportRendering