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.