Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Indicates that the report parameter can take a set of values.
Syntax
<ReportParameter>
...
<MultiValue>...</MultiValue>
...
</ReportParameter>
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. |
Element Relationships
| Relationship | Element |
|---|---|
Parent element |
|
Child element |
none |
Remarks
Multivalue parameters are accessed in expressions as zero-based arrays in the Value and Label properties, for example Parameters!Cities.Value(0) and Parameters!Cities.Label(0)).
This element is ignored for Boolean parameters.
See Also
Reference
Report Definition XML Elements