Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering