Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Represents the data types for a map field.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Enumeration MapDataTypes
'Uso
Dim instance As MapDataTypes
public enum MapDataTypes
public enum class MapDataTypes
type MapDataTypes
public enum MapDataTypes
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |