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.
Indicates the 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 System::String ^ HideDuplicates { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("")]
public string HideDuplicates { get; set; }
[<System.ComponentModel.DefaultValue("")>]
member this.HideDuplicates : string with get, set
Public Property HideDuplicates As String
Property Value
The hidden text.
- Attributes