Occurs after the record area has been laid out.
[Visual Basic]
Public Event LaidOut() As RecordAreaLaidOutEventHandler[C#]
public event RecordAreaLaidOutEventHandler LaidOut();The event handler receives an argument of type RecordAreaLaidOutEventArgs containing data related to this event. The following RecordAreaLaidOutEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| LayoutWriter | Gets the LayoutWriter argument of the RecordArea's LaidOut Event. |
| ReportTextArea | Gets the ReportTextArea element of the RecordArea's LaidOut event. |
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
RecordArea Class | RecordArea Members
© Copyright 2007, ceTe Software