Поделиться через


Свойство TextBoxInstance.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.

См. также

Справочник

TextBoxInstance Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering