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.
Specifies the data type of a parameter.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public enum ParameterDataType
public enum class ParameterDataType
type ParameterDataType
Public Enumeration ParameterDataType
Members
| Member name | Description | |
|---|---|---|
| Boolean | A Boolean data type that represents a true or false condition. |
|
| DateTime | A DateTime data type that represents the date and time. |
|
| Float | A Float data type that represents a floating point decimal value. |
|
| Integer | An Integer data type. |
|
| String | A String data type that represents an array of characters. |
Remarks
Use the ParameterDataType enumeration with the DataType property of the ReportParameterInfo class.
See Also
Microsoft.Reporting.WinForms Namespace
Return to top