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 the calculated value of the TextBox before formatting has been applied.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property OriginalValue As Object
Get
'Uso
Dim instance As TextBoxInstance
Dim value As Object
value = instance.OriginalValue
public Object OriginalValue { get; }
public:
property Object^ OriginalValue {
Object^ get ();
}
member OriginalValue : Object
function get OriginalValue () : Object
Valor de la propiedad
Tipo: System.Object
A string value that represents the calculated value of the TextBox before formatting has been applied.
Comentarios
For the calculated value of the TextBox after formatting has been applied, see Value.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering