Freigeben über


ReportParameter.DataType-Eigenschaft

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)

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.DataTypes
A DataTypes object.

Siehe auch

Verweis

ReportParameter Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace