[]
Represents information about a report parameter.
public class ReportParameterInfo<T>
| Name | Description |
|---|---|
| T | The type of the parameter value. |
| Name | Description |
|---|---|
| ReportParameterInfo(string, T) | Initializes a new instance of the ReportParameterInfo<T> class. |
| Name | Description |
|---|---|
| Label | Gets the label of the report parameter. |
| Value | Gets the value of the report parameter. |