The following tables list the members exposed by DefaultValue.
Public Properties
| Name | Description |
| DataSetReference | Gets the DefaultValue.DataSetReference object defining the query to execute to obtain the default value(s) for the ReportParameter. For single-value parameters, the default is the first value of the DataSetReference.ValueField. For multivalue parameters, the default is all values of the DataSetReference.ValueField. |
| Values | Gets the default values for the ReportParameter. |
Top
Public Methods
| Name | Description |
| AssignFrom | Copies properties from another DefaultValue to the current object. |
Top
See Also