CachedReportSourceBase.StopPageBuilding() Method
Interrupts the document generation process.
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.Printing.v24.1.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