Skip to main content
A newer version of this page is available. .

PrintableComponentLinkBase.CreateInnerPageFooterArea Event

Namespace: DevExpress.XtraPrintingLinks

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[Browsable(false)]
public override event CreateAreaEventHandler CreateInnerPageFooterArea

Event Data

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

Property Description
Graph Gets a BrickGraphics object used to draw in the current report.
See Also