Compartir a través de


Field.TreatAsNumeric Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public ReadOnly Property TreatAsNumeric As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Field Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel