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 parameter.
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 ReportParameter
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
A DataTypes object.