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.dll의 Microsoft.ReportingServices.Designer.Controls

구문

‘선언
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
A string value.