Gets or sets an ActiveReports Document to be displayed in the viewer control.
[Visual Basic]
Public Property Document As Document
[C#]
public Document Document {get; set;}
A Document value that represents the current document displayed in the viewer.
The Document can be assigned from an ActiveReport.Document before running the report using the ActiveReport.Run(true) method and pages will be synchronized and display in the viewer immediately after the report renders them.
In addition, the Document can be set to the report's Document after it is completed.
[C#]
private void Form1_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load |
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.