Freigeben über


ReportParameter.DataType-Eigenschaft

Gets the data type of the parameter.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property DataType As TypeCode 
    Get
'Usage
Dim instance As ReportParameter 
Dim value As TypeCode 

value = instance.DataType
public TypeCode DataType { get; }
public:
property TypeCode DataType {
    TypeCode get ();
}
member DataType : TypeCode
function get DataType () : TypeCode

Eigenschaftswert

Typ: System.TypeCode
A TypeCode indicating the data type of the parameter. For more information, see "TypeCode Enumeration" in the Microsoft .NET Framework SDK documentation.

Hinweise

Valid values are Boolean, DateTime, Double, and String.

Siehe auch

Verweis

ReportParameter Klasse

Microsoft.ReportingServices.ReportRendering-Namespace