[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ParameterValue

ParameterValue Class

Represents a specific value for a report parameter.

Inheritance
ParameterValue
Namespace: GrapeCity.ActiveReports.Blazor.Viewer
Assembly: MESCIUS.ActiveReports.Blazor.Viewer.dll
Syntax
public class ParameterValue
Remarks

The ParameterValue class defines a value that can be assigned to a report parameter, including a label and the actual value.

Constructors

Name Description
ParameterValue()

Properties

Name Description
Label

Gets or sets the label associated with the parameter value.

Value

Gets or sets the actual value of the parameter.