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.