[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValue

ParameterValue Class

Describes a parameter value.

Inheritance
ParameterValue
Namespace: GrapeCity.ActiveReports.Core.Rendering.ReportParameters
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class ParameterValue

Constructors

Name Description
ParameterValue()

Creates a new ParameterValue.

ParameterValue(Parameter)

Creates a ParameterValue object.

ParameterValue(ParameterValue)

Creates a copy of the ParameterValue parameter.

Properties

Name Description
Label

Label for the value to display in a UI

Value

Specifies a value for a parameter.

Methods

Name Description
Equals(object)

Tests for equivalence between two ParameterValue objects.

GetHashCode()

Returns the hash code for ParameterValue.

Extension Methods