GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportParameter Class : Name Property |
Gets or sets the name of the parameter (this is the name used when expressions refer to the parameter).
'Declaration Public Property Name As System.String
public System.string Name {get; set;}
A String representing the name of the parameter.
Parameter names need only be unique within the containing Parameters collection.