2.16.21 Textbox.HideDuplicates

The Textbox.HideDuplicates element specifies whether duplicate text is displayed within a Textbox for a containing group or DataSet. If the text box lies within a data region, and if the text box contains duplicate values for a group or dataset, only the text within the text box MUST be hidden, and the border and background of the text box MUST be shown. Separate group instances or dataset row data from previous report pages is ignored as potential duplicates by this element.

In RDL 2008/01, RDL 2010/01, and RDL 2016/01, if the text box contains more than one TextRun, the Textbox.HideDuplicates element is ignored.

The Textbox.HideDuplicates element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. The value of this element MUST be a String that evaluates to the name of a containing group or dataset.

Following is the parent element of the Textbox.HideDuplicates element.

Parent elements

Textbox

The following is the XML Schema definition of the Textbox.HideDuplicates element.

 <xsd:element name="HideDuplicates" type="xsd:string" minOccurs="0" />