[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ParameterValue

ParameterValue Class

Represents a possible value for the parameter.

Inheritance
ParameterValue
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ParameterValue : IValidateable

Constructors

Name Description
ParameterValue()

Initializes a new instance of the ParameterValue class.

Properties

Name Description
Label

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

Value

Gets or sets a possible value for the parameter.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

Validate(ValidationContext)

Validates the current state of the ParameterValue object.

Extension Methods