Skip to main content
A newer version of this page is available. .

CachedReportSourceBase.StopPageBuilding() Method

Interrupts the document generation process.

Namespace: DevExpress.XtraPrinting.Caching

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public void 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