Condividi tramite


Proprietà Field.TreatAsNumeric

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TreatAsNumeric As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Field Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel