Compartir a través de


Textbox.HideDuplicates Propiedad

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.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property HideDuplicates As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The hidden text.

Vea también

Referencia

Textbox Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel