The ScriptParameterType type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Boolean |
Gets a value indicating that a script expects a Boolean parameter.
| |
| Currency |
Gets a value indicating that a script expects a Currency parameter.
| |
| DataTable |
Gets a value indicating that a script expects a data table literal parameter.
| |
| DataType |
Gets the data type corresponding to this script parameter type, or null.
| |
| Date |
Gets a value indicating that a script expects a Date parameter.
| |
| DateTime |
Gets a value indicating that a script expects a DateTime parameter.
| |
| DisplayName |
Gets the display name of this type.
| |
| Integer |
Gets a value indicating that a script expects a Integer parameter.
| |
| LongInteger |
Gets a value indicating that a script expects a LongInteger parameter.
| |
| Name |
Gets the name of this script parameter type.
| |
| Page |
Gets a value indicating that a script expects a page literal parameter.
| |
| Real |
Gets a value indicating that a script expects a Real parameter.
| |
| SingleReal |
Gets a value indicating that a script expects a SingleReal parameter.
| |
| String |
Gets a value indicating that a script expects a String parameter.
| |
| Time |
Gets a value indicating that a script expects a Time parameter.
| |
| TimeSpan |
Gets a value indicating that a script expects a TimeSpan parameter.
| |
| Visualization |
Gets a value indicating that a script expects a visualization parameter.
|
See Also