| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ParentReport As ActiveReport3 | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ActiveReport3 ParentReport {get;} | |
Return Value
ActiveReport (Reference to the parent report object).| 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 | |
This property is available when the report is running as a subreport of another report.