Partager via


Méthode MapInstance.GetImage (DynamicImageInstance.ImageType)

Returns the map as an image of a specified type.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Function GetImage ( _
    type As DynamicImageInstance.ImageType _
) As Stream
'Utilisation
Dim instance As MapInstance 
Dim type As DynamicImageInstance.ImageType 
Dim returnValue As Stream 

returnValue = instance.GetImage(type)
public Stream GetImage(
    DynamicImageInstance.ImageType type
)
public:
Stream^ GetImage(
    DynamicImageInstance.ImageType type
)
member GetImage : 
        type:DynamicImageInstance.ImageType -> Stream
public function GetImage(
    type : DynamicImageInstance.ImageType
) : Stream

Paramètres

Valeur de retour

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

Voir aussi

Référence

MapInstance Classe

Surcharge GetImage

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering