[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItem.Name

Name Property

Name

Gets or sets the name of the report item.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

A string value indicating the name of the report item.

Examples
var reportItem = new TextBox();
reportItem.Name = "TitleTextBox";
string textBoxName = reportItem.Name;