Skip to main content

CompositeLink.CreatePageForEachLink() Method

Used to export each link contained in the Composite Link to a separate page (e.g., when exported to PDF, Excel or RTF files).

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

Remarks

Use the CreatePageForEachLink method instead of the LinkBase.CreateDocument method to create a separate continuous document page for each link.

If the CreatePageForEachLink method is used, the resulting document will be based on the content of the contained link. In this case, events of the CompositeLink class are not raised. To customize document content, handle the corresponding events of the contained links.

See Also