See Also

ARControl Class  | ARControl Members  | Section

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

Parent Property

Gets a reference to the parent section of the control.

[Visual Basic]
Public ReadOnly Property Parent As Object
[C#]
public object Parent {get;}

Return Type

Object - Reference to the parent section.

Example

[C#] 

private void rptDataDynamics_ReportStart(object sender, System.EventArgs eArgs) 

    System.Windows.Forms.MessageBox.Show (this.TextBox2.Parent.ToString()); 
}

[Visual Basic] 

Private Sub rptDD_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart
    MsgBox(Me.TextBox1.Parent.ToString())
End Sub

See Also

ARControl Class  | ARControl Members  | Section

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.