Gets or sets a reference to the instance of the report that this control will embed and render as part of the containing section.
[Visual Basic]
Public Property Report As ActiveReport
[C#]
public ActiveReport Report {get; set;}
You should set this property to a new instance of the report you want to render in the ReportStart event of the parent 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 |
SubReport Class | SubReport Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.