CachedReportSourceBase.StopPageBuilding() Method
In This Article
Interrupts the document generation process.
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#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