共用方式為


Finish 方法

Allows the rendering extension to indicate that there is no additional content to be added to the given stream.

命名空間:  Microsoft.ReportingServices.Interfaces
組件:   Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)

語法

'宣告
Sub Finish
'用途
Dim instance As IRenderStream

instance.Finish()
void Finish()
void Finish()
abstract Finish : unit -> unit 
function Finish()

備註

Calling the Finish method indicates that the stream is ready to be returned to the user or saved for later retrieval. No additional content may be written to the stream after the Finish method has been called.