| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Document As Document | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Document Document {get;} | |
Return Value
Generated Document object, null if the report has not been executed.| C# | Copy Code |
|---|---|
private void formReport_Load(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub formReport_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load | |
The Document class is in the ActiveReports.Viewer.DLL assembly in the DataDynamics.ActiveReports.Document namespace.