Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.