[]
Represents a report parameter, which is a name and a list of values pair.
public sealed class ReportParameter : IParameter
Name | Description |
---|---|
ReportParameter(string) | Initializes a new instance of the ReportParameter class without any values. |
ReportParameter(string, ICollection<object>) | Initializes a new instance of the ReportParameter class with multiple values. |
ReportParameter(string, object) | Initializes a new instance of the ReportParameter class with a single value. |
Name | Description |
---|---|
Name | Gets the name of the report parameter. |
Values | Gets the collection of zero or more values for the report parameter. |