Lire en anglais
Partager via
Facebook
LinkedIn
Courrier
Énumération MapDataType
Represents the data types for a map field.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Enumeration MapDataType
'Utilisation
Dim instance As MapDataType
public enum MapDataType
public enum class MapDataType
type MapDataType
public enum MapDataType
Membres
|
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. |
Ressources supplémentaires
-
Last updated on
2012-03-31