[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportParameter.Name

Name Property

Name

Gets or sets a name of the parameter, which is used when expressions refer to the parameter.

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

A string valie indicating the name of the parameter.

Remarks

Parameter names must be unique within the containing Parameters collection.