Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a Boolean value that indicates whether this TextBoxInstance has the same calculated values as the previous visible TextBoxInstance.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Duplicate As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
true if this TextBoxInstance has the same calculated values as the previous visible TextBoxInstance; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering