共用方式為


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.