Back to Devexpress

LinkBase Events

corelibraries-devexpress-dot-xtraprinting-dot-linkbase-dot-underscore-events.md

latest2.7 KB
Original Source

LinkBase Events

The base class for all printing links.

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

See Also

LinkBase Class

LinkBase Members

DevExpress.XtraPrinting Namespace