Compartir a través de


Enumeración MapDataTypes

Represents the data types for a map field.

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

Sintaxis

'Declaración
Public Enumeration MapDataTypes
'Uso
Dim instance As MapDataTypes
public enum MapDataTypes
public enum class MapDataTypes
type MapDataTypes
public enum MapDataTypes

Miembros

Nombre del miembro Descripción
String The field value must be a string.
Boolean The field value must be a Boolean.
DateTime The field value must be a DateTime.
Integer The field value must be an integer.
Float The field value must be a float.
Decimal The field value must be a Decimal.