共用方式為


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.

請參閱

參考

Textbox 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間