Partilhar via


Propriedade do RDL Field.TreatAsNumeric

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets a value that indicates whether the field value is treated as numeric.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public ReadOnly Property TreatAsNumeric As Boolean 
    Get
'Uso
Dim instance As Field 
Dim value As Boolean 

value = instance.TreatAsNumeric
public bool TreatAsNumeric { get; }
public:
property bool TreatAsNumeric {
    bool get ();
}
member TreatAsNumeric : bool
function get TreatAsNumeric () : boolean

Valor da propriedade

Tipo: System.Boolean
true if the field value is treated as numeric; otherwise, false.

Consulte também

Referência

Field Classe

Namespace Microsoft.ReportingServices.RdlObjectModel