Свойство Textbox.HideDuplicates
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.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property HideDuplicates As String
Get
Set
'Применение
Dim instance As Textbox
Dim value As String
value = instance.HideDuplicates
instance.HideDuplicates = value
public string HideDuplicates { get; set; }
public:
property String^ HideDuplicates {
String^ get ();
void set (String^ value);
}
member HideDuplicates : string with get, set
function get HideDuplicates () : String
function set HideDuplicates (value : String)
Значение свойства
Тип: System.String
The hidden text.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel