IRenderStream.Finish Method

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

Пространство имен: Microsoft.ReportingServices.Interfaces
Сборка: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Синтаксис

'Декларация
Sub Finish
void Finish ()
void Finish ()
void Finish ()
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.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

IRenderStream Interface
IRenderStream Members
Microsoft.ReportingServices.Interfaces Namespace