共用方式為


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 (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
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.