[]
Represents the default value for a report parameter.
public sealed class DefaultValue : IValidateable
The DefaultValue class must have one and only one of the following properties set: Values or DataSetReference.
| Name | Description |
|---|---|
| DefaultValue() | Initializes a new instance of the DefaultValue class. |
| Name | Description |
|---|---|
| DataSetReference | Gets or sets the query to execute to obtain the default value(s) for the parameter. |
| Values | Gets the default values for the parameter. |
| Name | Description |
|---|---|
| Clone() | Creates a new object that is a copy of the current instance. |
| Validate(ValidationContext) | Validates the current state of the DefaultValue object. |