[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterValue

ParameterValue Class

Represents a single value and its associated label for a report parameter.

Inheritance
ParameterValue
Namespace: GrapeCity.ActiveReports.Document
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class ParameterValue

Constructors

Name Description
ParameterValue()

Initializes a new instance of the ParameterValue class.

ParameterValue(Parameter)

Initializes a new instance of the ParameterValue class based on the specified Parameter.

Properties

Name Description
Label

Gets or sets the label for the value used in the user interface.

Value

Gets or sets the actual value of the parameter.

Methods

Name Description
ToString()

Returns a string that represents the current object.

Extension Methods