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 possible data types.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration DataTypes
'Usage
Dim instance As DataTypes
public enum DataTypes
public enum class DataTypes
type DataTypes
public enum DataTypes
Members
Member name | Description | |
---|---|---|
Boolean | A Boolean type. | |
DateTime | A date and time type. | |
Float | A float type. | |
Integer | An integer type. | |
String | A string type. |