Raised before the report renders any output to a new page.
[Visual Basic]
Public Event PageStart() As EventHandler
[C#]
public event EventHandler PageStart();
This event is used to initialize any page-level variables when running an unbound report.
[C#]
bool bSwitch; |
[Visual Basic]
' boolean to keep track of which orientation to use |
ActiveReport Class | ActiveReport Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.