Partager via


Méthode IRenderStream.Finish

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Sub Finish
'Utilisation
Dim instance As IRenderStream

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

Notes

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.

Voir aussi

Référence

IRenderStream Interface

Espace de noms Microsoft.ReportingServices.Interfaces