次の方法で共有


ParameterDataType 列挙体

Specifies the data type of a parameter.

名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (microsoft.reportviewer.winforms.dll 内)

構文

'宣言
'使用

メンバ

  メンバ名 説明
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. 

解説

Use the ParameterDataType enumeration with the DataType property of the ReportParameterInfo class.

参照

リファレンス

Microsoft.Reporting.WinForms 名前空間