Freigeben über


Field.TreatAsNumeric-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

Field Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace