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 CreateMarginalFooterArea event to customize the marginal page footer section of a document.
The content specified via the CreateMarginalHeaderArea and CreateMarginalFooterArea methods is shifted by the values of the Top and Bottom margins (defined via the MinMargins property), respectively.
Document creation events occur in the following order (this order may be different in descendants of the LinkBase class):
For more information on handling events, see Events and Delegates in MSDN.