Starts report execution and optionally keeps any linked viewer control document in sync with the report's document.
[Visual Basic]
Overloads Public Sub Run( _
ByVal syncDocument As Boolean _
)
[C#]
public void Run(
bool syncDocument
);
If the report document is linked to a viewer control the report will synchronize the viewer display and load pages as soon as they have completed rendering.
[C#]
private void Form1_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load |
ActiveReport Class | ActiveReport Members | Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.