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.
Gets or sets the data type of the evaluated expression.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DataType As DataTypes
Get
Set
'Usage
Dim instance As ReportExpression
Dim value As DataTypes
value = instance.DataType
instance.DataType = value
public DataTypes DataType { get; set; }
public:
property DataTypes DataType {
DataTypes get ();
void set (DataTypes value);
}
member DataType : DataTypes with get, set
function get DataType () : DataTypes
function set DataType (value : DataTypes)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.DataTypes
The data type of the evaluated expression.