Name Property (ReportSection)
Gets or sets the name of the report section.
public string Name {get; set;}
'Declaration
Public Property Name As String
Property Value
A
System.String value indicating the name of the report section.
ReportSection section = new ReportSection();
section.Name = "Section1";