Field.TreatAsNumeric Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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
A Boolean value.