Свойство Field.TreatAsNumeric
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets a value that indicates whether the field value is treated as numeric.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public ReadOnly Property TreatAsNumeric As Boolean
Get
'Применение
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
Значение свойства
Тип: System.Boolean
true if the field value is treated as numeric; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel