See Also

Section Class  | Section Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

Name Property

Gets or sets the name of the section.

[Visual Basic]
Public Property Name As String
[C#]
public string Name {get; set;}

Return Type

String. Unique name of the section.

Remarks

The section name is used as a key in the report Sections collection.

Example

[C#] 

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

    this.Detail.Name = "Products"; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
    Me.Detail.Name = "Products"
End Sub

See Also

Section Class  | Section Members

 

 


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