TextBox.HideDuplicates Property

Definition

Gets a value that indicates whether the duplicate text should not be displayed when the value of the expression associated with the report item is the same as the preceding visible instance.

public:
 property bool HideDuplicates { bool get(); };
public bool HideDuplicates { get; }
member this.HideDuplicates : bool
Public ReadOnly Property HideDuplicates As Boolean

Property Value

true if the duplicate text should not be displayed; otherwise, false.

Applies to