Specifies the data type of a parameter.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ServerAssembly: PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public enum ParameterTypeEnum |
Visual Basic (Declaration) |
---|
Public Enumeration ParameterTypeEnum |
Visual C++ |
---|
public enum class ParameterTypeEnum |
Members
Member name | Description | |
---|---|---|
Boolean | A Boolean data type that represents 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 to 2,147,483,647. | |
String | A String data type that represents an array of characters. |