Partilhar via


Propriedade do RDL OriginalValue

Gets the calculated value of the TextBox before formatting has been applied.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System. . :: . .Object
A string value that represents the calculated value of the TextBox before formatting has been applied.

Comentários

For the calculated value of the TextBox after formatting has been applied, see Value.