Starts the report processing.
[Visual Basic] Overloads Public Sub Run()
Starts report execution and optionally keeps any linked viewer control document in sync with the report's document.[C#] public void Run();
[Visual Basic] Overloads Public Sub Run(Boolean)
Once the report is completed, the Document property is set to the report output Document. You can use the Document to Print, Preview or Export the output.
[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 | Document | Cancel | Stop
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.