Énumération DataTypes
Represents the possible data types.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Enumeration DataTypes
'Utilisation
Dim instance As DataTypes
public enum DataTypes
public enum class DataTypes
type DataTypes
public enum DataTypes
Membres
| Nom de membre | Description | |
|---|---|---|
| String | A string type. | |
| Boolean | A Boolean type. | |
| DateTime | A date and time type. | |
| Integer | An integer type. | |
| Float | A float type. |