Compartilhar via


Método DynamicImageInstance.GetImage (DynamicImageInstance.ImageType)

Returns the image of the current instance by specifying the type of the rendered image.

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

Sintaxe

'Declaração
Public Function GetImage ( _
    type As DynamicImageInstance.ImageType _
) As Stream
'Uso
Dim instance As DynamicImageInstance 
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

Parâmetros

Valor de retorno

Tipo: System.IO.Stream
A [System.IO.Stream] object that contains the image stream to the current image instance.

Consulte também

Referência

DynamicImageInstance Classe

Sobrecarregado GetImage

Namespace Microsoft.ReportingServices.OnDemandReportRendering