Back to Devexpress

CompositeLink Events

windowsforms-devexpress-dot-xtraprintinglinks-dot-compositelink-dot-underscore-events.md

latest3.7 KB
Original Source

CompositeLink Events

A composite link that can be used to combine several printing links together into a composite document.

NameDescription
AfterCreateAreasOccurs after all sections of the document have been generated. Inherited from LinkBase.
BeforeCreateAreasOccurs before any section of the document is generated. Inherited from LinkBase.
CreateDetailAreaOccurs when a detail section of the document is being generated. Inherited from LinkBase.
CreateDetailFooterAreaOccurs when a detail footer section of the document is being generated. Inherited from LinkBase.
CreateDetailHeaderAreaOccurs when a detail header section of the document is being generated. Inherited from LinkBase.
CreateInnerPageFooterAreaOccurs when an inner page footer section of the document is being generated. Inherited from LinkBase.
CreateInnerPageHeaderAreaOccurs when an inner page header section of the document is being generated. Inherited from LinkBase.
CreateMarginalFooterAreaOccurs when a marginal page footer section of the document is being generated. Inherited from LinkBase.
CreateMarginalHeaderAreaOccurs when a marginal page header section of the document is being generated. Inherited from LinkBase.
CreateReportFooterAreaOccurs when a report footer section of the document is being generated. Inherited from LinkBase.
CreateReportHeaderAreaOccurs when a report header section of the document is being generated. Inherited from LinkBase.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.

See Also

CompositeLink Class

CompositeLink Members

DevExpress.XtraPrintingLinks Namespace