Поделиться через


Метод DynamicImageInstance.GetImage (DynamicImageInstance.ImageType)

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Function GetImage ( _
    type As DynamicImageInstance.ImageType _
) As Stream
'Применение
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

Параметры

Возвращаемое значение

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

См. также

Справочник

DynamicImageInstance Класс

Перегрузка GetImage

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering