Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the data types for a map field.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration MapDataType
'Usage
Dim instance As MapDataType
public enum MapDataType
public enum class MapDataType
type MapDataType
public enum MapDataType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace