[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ParameterValue.Label

Label Property

Label

Gets or sets a user-friendly label to display for the value in the UI.

Declaration
public ExpressionInfo Label { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object representing a label to display for the value in the UI.

Remarks

If not supplied, the Value is used as the label. If a Value is not supplied, the label is an empty string.