Expand Minimize
This topic has not yet been rated - Rate this topic

Values Element

SQL Server 2000

Values Element

Contains the hard-coded default values for the parameter.

<DefaultValue>
   <Values>
      <Value>...</Value>
   </Values>
</DefaultValue>
Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-1: Optional element that can occur once or not at all. For more information, see "Remarks."

Element Relationships

Relationship Element
Parent element DefaultValue
Child element Value

Remarks

DefaultValue, which is the parent element of the Value element, can have one and only one child element: DataSetReference or Values.

One and only one default value is allowed for Boolean parameters.

See Also

Report Definition XML Elements

DataSetReference Element

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.