Back to Devexpress

LinkBase.CreateInnerPageFooterArea Event

corelibraries-devexpress-dot-xtraprinting-dot-linkbase-91f485f4.md

latest2.7 KB
Original Source

LinkBase.CreateInnerPageFooterArea Event

Occurs when an inner page footer section of the document is being generated.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public virtual event CreateAreaEventHandler CreateInnerPageFooterArea
vb
Public Overridable Event CreateInnerPageFooterArea As CreateAreaEventHandler

Event Data

The CreateInnerPageFooterArea event's data class is CreateAreaEventArgs. The following properties provide information specific to this event:

PropertyDescription
GraphGets a BrickGraphics object used to draw in the current report.

Remarks

Handle the CreateInnerPageFooterArea event to customize the inner page footer section of a document.

The document creation events occur in the following order:

Note

This order may be different in descendants of the LinkBase class.

For more information on handling events, see Events and Delegates in MSDN.

See Also

LinkBase Class

LinkBase Members

DevExpress.XtraPrinting Namespace