Gets a reference to the parent report.
[Visual Basic]
Public ReadOnly Property ParentReport As ActiveReport
[C#]
public ActiveReport ParentReport {get;}
ActiveReport (Reference to the parent report object).
This property is available when the report is running as a subreport of another report.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
ActiveReport Class | ActiveReport Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.