Skip to main content

CachedReportSourceBase.StopPageBuilding() Method

Interrupts the document generation process.

Namespace: DevExpress.XtraPrinting.Caching

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

NuGet Package: DevExpress.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