Back to Devexpress

PrintableComponentLink Events

windowsforms-devexpress-dot-xtraprinting-dot-printablecomponentlink-dot-underscore-events.md

latest3.5 KB
Original Source

PrintableComponentLink Events

A link to print and export components that implement the IPrintable interface.

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.
CreateDetailAreaInherited from PrintableComponentLinkBase.
CreateDetailFooterAreaInherited from PrintableComponentLinkBase.
CreateDetailHeaderAreaInherited from PrintableComponentLinkBase.
CreateInnerPageFooterAreaInherited from PrintableComponentLinkBase.
CreateInnerPageHeaderAreaInherited from PrintableComponentLinkBase.
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

PrintableComponentLink Class

PrintableComponentLink Members

DevExpress.XtraPrinting Namespace