Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Represents the data types for a map field.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Enumeration MapDataTypes
'Utilizzo
Dim instance As MapDataTypes
public enum MapDataTypes
public enum class MapDataTypes
type MapDataTypes
public enum MapDataTypes
Membri
| Nome membro | Descrizione | |
|---|---|---|
| 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. |