Enum ParamType
Type used in report parameters, for each parameter type, a diferent action will be performed to assign the value before executing the report, a parameter can be assigned to any number of database querys
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public enum ParamType
Fields
| Name | Description |
|---|---|
| Bool | |
| Currency | |
| Date | |
| DateTime | |
| Double | |
| ExpreA | |
| ExpreB | |
| InitialValue | |
| Integer | |
| List | |
| Multiple | |
| String | |
| SubsExpreList | |
| Subst | |
| SubstExpre | |
| Time | |
| Unknown |