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. |