[]
Represents a contract for defining report parameters.
public interface IParameter
This interface is used to abstract the details of report parameters, allowing for the specification of both the parameter name and its associated values.
Name | Description |
---|---|
Name | Gets the name of the report parameter. |
Values | Gets the collection of zero or more values for the report parameter. |