Bagikan melalui


ParameterTypeEnum Enumeration

Specifies the data type of a parameter.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
Public Enumeration ParameterTypeEnum
'Usage
Dim instance As ParameterTypeEnum
public enum ParameterTypeEnum
public enum class ParameterTypeEnum
type ParameterTypeEnum
public enum ParameterTypeEnum

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. Valid values range from -2,147,483,648 through 2,147,483,647.
String A String data type that represents an array of characters.

Remarks

Use the ParameterTypeEnum enumeration with the Type property of the ReportParameter class.

See Also

Reference

ReportService2005 Namespace