GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Field Class : Name Property |
Gets or sets the name to use for the field within the report.
'Declaration Public Property Name As System.String
public System.string Name {get; set;}
A String containing the name to use for the field within a report.
Field names need only be unique within the containing Fields collection.