Field.TreatAsNumeric Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
Property Value
Type: System.Boolean
true if the field value is treated as numeric; otherwise, false.