ReportParameter.DataType Property

Definition

Gets the data type of the parameter.

public:
 property TypeCode DataType { TypeCode get(); };
public TypeCode DataType { get; }
member this.DataType : TypeCode
Public ReadOnly Property DataType As TypeCode

Property Value

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

Remarks

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

Applies to