[]
Represents the settings for a single apply parameters action, including parameter name, value, and type.
public sealed class ApplyParameter
Name | Description |
---|---|
ApplyParameter() | Initializes a new instance of the ApplyParameter class. |
Name | Description |
---|---|
Name | Gets or sets the name of the report parameter. |
Type | Gets or sets the type of the apply parameter action. |
Value | Gets or sets the value of the parameter. |