Class ParameterValue
Inheritance
System.Object
ParameterValue
Assembly: BoldReports.Web.dll
Syntax
public class ParameterValue : ParameterValueOrFieldReference
Constructors
ParameterValue()
Declaration
Properties
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|