Метод GetImage

Returns the image of the current instance.

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

Синтаксис

'Декларация
Public Function GetImage As Stream
'Применение
Dim instance As DynamicImageInstance
Dim returnValue As Stream

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

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

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