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

AllowBlank Element

SQL Server 2000

AllowBlank Element

Indicates whether the value for the parameter can be an empty string.

<ReportParameter Name="...">
   ...
   <AllowBlank>...</AllowBlank>
   ...
</ReportParameter>
Element Characteristics

Characteristic Description
Data type and length Boolean
Default value False
Cardinality 0-1: Optional element that occurs once or not at all

Element Relationships

Relationship Element
Parent element ReportParameter
Child element None

Remarks

The AllowBlank element is ignored if the value of the sibling DataType element is not String.

See Also

Report Definition XML Elements

DataType Element

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