[]
Represents a parameter element for a subreport, containing information about the parameter's value and behavior.
public sealed class Parameter : IValidateable
| Name | Description |
|---|---|
| Parameter() | Initializes a new instance of the Parameter class. |
| Name | Description |
|---|---|
| Name | Gets or sets the name of the parameter. |
| Omit | Gets or sets a Boolean expression that indicates whether the parameter is skipped. |
| Value | Gets or sets the expression that evaluates to the value to pass for the parameter to the subreport. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the Parameter object. |