Back to Devexpress

CachedReportSourceBase.StopPageBuilding() Method

corelibraries-devexpress-dot-xtraprinting-dot-caching-dot-cachedreportsourcebase.md

latest1.2 KB
Original Source

CachedReportSourceBase.StopPageBuilding() Method

Interrupts the document generation process.

Namespace : DevExpress.XtraPrinting.Caching

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public void StopPageBuilding()
vb
Public Sub StopPageBuilding

Remarks

This method is performed asynchronously, because it waits until the currently generated page is ready, saves all pages that have already been created prior to calling this method and finalizes the generation process.

See Also

CachedReportSourceBase Class

CachedReportSourceBase Members

DevExpress.XtraPrinting.Caching Namespace