MapDataTypes 枚举

Represents the data types for a map field.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Enumeration MapDataTypes
用法
Dim instance As MapDataTypes
public enum MapDataTypes
public enum class MapDataTypes
type MapDataTypes
public enum MapDataTypes

成员

成员名称 说明
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.