Click or drag to resize

Parameter Properties

The Parameter type exposes the following members.

Properties
 NameDescription
Public propertyBoolValue The boolean parameter value
Public propertyConfigObject Default configuration value
Public propertyDescription The parameter description
Public propertyDisplayName The parameter display name
Public propertyDoubleValue The double parameter value
Public propertyEditorLanguage 
Public propertyEnumDisplays List of enum display values if the parameter is an enum
Public propertyEnums List of string values if the parameter is an enum. Each enum can have an id and an optional display.
Public propertyEnumType If set, the .Net enum type used to build the enum values of the parameter
Public propertyEnumValue The enum parameter value
Public propertyEnumValues List of enum values if the parameter is an enum
Public propertyGUID The unique identifier
(Inherited from RootComponent)
Public propertyHelperResetParameterValue Editor Helper: Reset parameter to its default value
Public propertyIconValue The Font Awesome icon parameter value, edited with a glyph preview in the property grid.
Public propertyIsFontAwesomeIcon 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.
Public propertyMultipleEnumValues List of values when the parameter value contains multiple enum values ('|' separated)
Public propertyName The name
(Inherited from RootComponent)
Public propertyNumericValue The numeric parameter value
Public propertyResultOptionDisplayName Display name when used as a result option paramter
Public propertyResultOptionName Name when used as a result option paramter
Public propertyShowInResultOptions If true, the parameter value can be modified in the report result dialog
Public propertyTextSamples 
Public propertyTextValue The text parameter value
Public propertyType Parameter type
Public propertyUseOnlyEnumValues If true and the parameter is an enum, only the enum values defined can be selected
Public propertyValue The parameter value
Top
See Also