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 the data type of the parameter. Read-only.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public ParameterDataType DataType { get; }
public:
property ParameterDataType DataType {
ParameterDataType get();
}
member DataType : ParameterDataType with get
Public ReadOnly Property DataType As ParameterDataType
Property Value
Type: Microsoft.Reporting.WinForms.ParameterDataType
A read-only ParameterDataType value.
See Also
ReportParameterInfo Class
Microsoft.Reporting.WinForms Namespace
Return to top