Gets or sets the name of the section.
[Visual Basic]
Public Property Name As String
[C#]
public string Name {get; set;}
String. Unique name of the section.
The section name is used as a key in the report Sections collection.
[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 |
Section Class | Section Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.