| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub Run( _ ByVal syncDocument As Boolean _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Run( bool syncDocument ) | |
Parameters
- syncDocument
- Set to True to synchronize a linked viewer control document with the report processing.
| C# | Copy Code |
|---|---|
private void Form1_Load(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load | |
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.