Raised for each page while printing the report document.
[Visual Basic]
Public Event PrintProgress() As EventHandler
[C#]
public event EventHandler PrintProgress();
This sample assumes that you have created a public property in the report and passed in a reference to the calling form. You can also use this technique to set the title bar text on the form window.
[C#]
private int x = 0; |
[Visual Basic]
Private x As Integer = 0 |
ActiveReport Class | ActiveReport Members | PrintAborted
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.