The event handler receives an argument of type CreateAreaEventArgs containing data related to this event.
The following
CreateAreaEventArgs properties provide information specific to this event.
Property |
Description |
Graph |
Gets a BrickGraphics object used to draw in the current report. |
Handle the CreateReportFooterArea event to customize the report 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.