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.