CompositeLinkBase.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.XtraPrintingLinks
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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 CompositeLinkBase class are not raised. To customize document content, handle the corresponding events of the contained links.
See Also