Enumerazione DataTypes
Represents the possible data types.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Enumeration DataTypes
'Utilizzo
Dim instance As DataTypes
public enum DataTypes
public enum class DataTypes
type DataTypes
public enum DataTypes
Membri
| Nome membro | Descrizione | |
|---|---|---|
| String | A string type. | |
| Boolean | A Boolean type. | |
| DateTime | A date and time type. | |
| Integer | An integer type. | |
| Float | A float type. |