Returns a reference to the report output Document object.
[Visual Basic]
Public ReadOnly Property Document As Document
[C#]
public Document Document {get;}
Generated Document object, null if the report has not been executed.
The Document class is in the ActiveReports.Viewer.DLL assembly in the DataDynamics.ActiveReports.Document namespace.
[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
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.