Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Allows the rendering extension to indicate that there is no additional content to be added to the given stream.
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblados: Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Sintaxis
'Declaración
Sub Finish
'Uso
Dim instance As IRenderStream
instance.Finish()
void Finish()
void Finish()
abstract Finish : unit -> unit
function Finish()
Comentarios
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.