다음을 통해 공유


Duplicate 속성

Gets a Boolean value that indicates whether this TextBoxInstance has the same calculated values as the previous visible TextBoxInstance.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property Duplicate As Boolean
    Get
‘사용 방법
Dim instance As TextBoxInstance
Dim value As Boolean

value = instance.Duplicate
public bool Duplicate { get; }
public:
property bool Duplicate {
    bool get ();
}
member Duplicate : bool
function get Duplicate () : boolean

속성 값

형식: System. . :: . .Boolean
true if this TextBoxInstance has the same calculated values as the previous visible TextBoxInstance; otherwise, false.