Partager via


Propriété Field.TreatAsNumeric

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TreatAsNumeric As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Field Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel