Partager via


Énumération MapDataTypes

Represents the data types for a map field.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Enumeration MapDataTypes
'Utilisation
Dim instance As MapDataTypes
public enum MapDataTypes
public enum class MapDataTypes
type MapDataTypes
public enum MapDataTypes

Membres

Nom de membre Description
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.