[]
Initializes a new instance of the ReportParameterInfo<T> class.
public ReportParameterInfo(string label, T value)
| Type | Name | Description |
|---|---|---|
| string | label | The label of the report parameter. |
| T | value | The value of the report parameter. |