Share via


ParameterTypeEnum 열거형

Specifies the data type of a parameter.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006.dll의 ReportService2006

구문

‘선언
<SerializableAttribute> _
Public Enumeration ParameterTypeEnum
‘사용 방법
Dim instance As ParameterTypeEnum
[SerializableAttribute]
public enum ParameterTypeEnum
[SerializableAttribute]
public enum class ParameterTypeEnum
[<SerializableAttribute>]
type ParameterTypeEnum
public enum ParameterTypeEnum

멤버

멤버 이름 설명
Boolean A Boolean data type that represents a true or false condition.
DateTime A DateTime data type that represents the date and time.
Integer An Integer data type. Valid values range from -2,147,483,648 through 2,147,483,647.
Float A Float data type that represents a floating point decimal value.
String A String data type that represents an array of characters.

주의

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