ParameterDataType 枚举

Specifies the data type of a parameter.

命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms (在 microsoft.reportviewer.webforms.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.WebForms 命名空间