HideDuplicates Element (RDL)
Indicates whether an item is displayed when its current value is the same as its value in the previous row.
語法
<Textbox> Name="...">
...
<HideDuplicates>...</HideDuplicates>
...
</Textbox>
Element Characteristics
Characteristic | Description |
---|---|
Data type and length |
String |
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 |
備註
The value for the HideDuplicates element is the name of a dataset or grouping. When the value of HideDuplicates is the name of a dataset, all duplicates of a text box value are hidden. When the value of HideDuplicates is the name of a grouping, each time there is a new instance of the group, the first instance of the text box is displayed, even if the value is the same as the value from the last instance of the text box from the previous group instance. Duplicates are not hidden in the first row of a group or page. If the text box is in a table or matrix cell, the text box in the cell is displayed, but the text is hidden.
請參閱
參考
Report Definition XML Elements