TextBox.HideDuplicates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.