Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Allows the rendering extension to indicate that there is no additional content to be added to the given stream.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Sub Finish
'Usage
Dim instance As IRenderStream
instance.Finish()
void Finish()
void Finish()
abstract Finish : unit -> unit
function Finish()
Remarks
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.