Gets or sets the name of the report section.
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
string |
A string value indicating the name of the report section.
|
ReportSection section = new ReportSection();
section.Name = "Section1";