[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSection.Name

Name Property

Name

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.

Examples
ReportSection section = new ReportSection();
section.Name = "Section1";