Share via


Énumération ParameterTypeEnum

Specifies the data type of a parameter.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Enumeration ParameterTypeEnum
'Utilisation
Dim instance As ParameterTypeEnum
[SerializableAttribute]
public enum ParameterTypeEnum
[SerializableAttribute]
public enum class ParameterTypeEnum
[<SerializableAttribute>]
type ParameterTypeEnum
public enum ParameterTypeEnum

Membres

Nom de membre Description
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.

Notes

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

Voir aussi

Référence