Output |
The OutputParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| BoolValue |
The boolean parameter value
(Inherited from Parameter) | |
| ConfigObject |
Default configuration value
(Inherited from Parameter) | |
| CustomValue | If true, a custom parameter value is used when the report is executed for the output | |
| Description |
The parameter description
(Inherited from Parameter) | |
| DisplayName |
The parameter display name
(Inherited from Parameter) | |
| DoubleValue |
The double parameter value
(Inherited from Parameter) | |
| EditorLanguage | (Inherited from Parameter) | |
| EnumDisplays |
List of enum display values if the parameter is an enum
(Inherited from Parameter) | |
| Enums |
List of string values if the parameter is an enum. Each enum can have an id and an optional display.
(Inherited from Parameter) | |
| EnumType |
If set, the .Net enum type used to build the enum values of the parameter
(Inherited from Parameter) | |
| EnumValue |
The enum parameter value
(Inherited from Parameter) | |
| EnumValues |
List of enum values if the parameter is an enum
(Inherited from Parameter) | |
| GUID |
The unique identifier
(Inherited from RootComponent) | |
| HelperResetParameterValue |
Editor Helper: Reset parameter to its default value
(Inherited from Parameter) | |
| IconValue |
The Font Awesome icon parameter value, edited with a glyph preview in the property grid.
(Inherited from Parameter) | |
| IsFontAwesomeIcon |
True if this parameter holds a Font Awesome icon class (all its enum values are Font Awesome classes).
Detected by content rather than by reference, because view parameters get a copy of the enum list.
(Inherited from Parameter) | |
| MultipleEnumValues |
List of values when the parameter value contains multiple enum values ('|' separated)
(Inherited from Parameter) | |
| Name |
The name
(Inherited from RootComponent) | |
| NumericValue |
The numeric parameter value
(Inherited from Parameter) | |
| ResultOptionDisplayName |
Display name when used as a result option paramter
(Inherited from Parameter) | |
| ResultOptionName |
Name when used as a result option paramter
(Inherited from Parameter) | |
| ShowInResultOptions |
If true, the parameter value can be modified in the report result dialog
(Inherited from Parameter) | |
| TextSamples | (Inherited from Parameter) | |
| TextValue |
The text parameter value
(Inherited from Parameter) | |
| Type |
Parameter type
(Inherited from Parameter) | |
| UseOnlyEnumValues |
If true and the parameter is an enum, only the enum values defined can be selected
(Inherited from Parameter) | |
| Value |
The parameter value
(Inherited from Parameter) |