ReportParameterInfo.DataType Property

Gets the data type of the parameter. Read-only.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public ReadOnly Property DataType As ParameterDataType
'Usage
Dim instance As ReportParameterInfo
Dim value As ParameterDataType

value = instance.DataType
public ParameterDataType DataType { get; }
public:
property ParameterDataType DataType {
    ParameterDataType get ();
}
/** @property */
public ParameterDataType get_DataType ()
public function get DataType () : ParameterDataType

Property Value

A read-only ParameterDataType value.

See Also

Reference

ReportParameterInfo Class
ReportParameterInfo Members
Microsoft.Reporting.WebForms Namespace