Метод 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.
См. также