| Visual Basic (Declaration) | |
|---|---|
Public Property Report As ActiveReport3 | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ActiveReport3 Report {get; set;} | |
| C# | Copy Code |
|---|---|
private void detail_Format(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format | |
You should set this property to a new instance of the report you want to render in the ReportStart event of the parent report.