MapDataType 枚举

Represents the data types for a map field.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

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

成员

成员名称 说明
Boolean The field value must be a Boolean.
DateTime The field value must be a DateTime.
Decimal The field value must be a Decimal.
Float The field value must be a float.
Integer The field value must be an integer.
String The field value must be a string.

请参阅

参考

Microsoft.ReportingServices.OnDemandReportRendering 命名空间