Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the data types for a map field.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration MapDataTypes
'Usage
Dim instance As MapDataTypes
public enum MapDataTypes
public enum class MapDataTypes
type MapDataTypes
public enum MapDataTypes
Members
Member name | Description | |
---|---|---|
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. |