Skip to main content

LinkBase.StopPageBuilding() Method

In This Article

Finishes generating document pages.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public void StopPageBuilding()

#Remarks

Call the StopPageBuilding method when it is necessary to stop generating report pages, if they start generating via the LinkBase.CreateDocument method with the buildPagesInBackground parameter set to true.

NOTE

After the StopPageBuilding method is called, all pages that are currently ready, will be shown in a Print Preview, and can be printed or exported to one of the available formats.

See Also