Click or drag to resize

OutputParameter Properties

The OutputParameter type exposes the following members.

Properties
 NameDescription
Public propertyBoolValue The boolean parameter value
(Inherited from Parameter)
Public propertyConfigObject Default configuration value
(Inherited from Parameter)
Public propertyCustomValue If true, a custom parameter value is used when the report is executed for the output
Public propertyDescription The parameter description
(Inherited from Parameter)
Public propertyDisplayName The parameter display name
(Inherited from Parameter)
Public propertyDoubleValue The double parameter value
(Inherited from Parameter)
Public propertyEditorLanguage
(Inherited from Parameter)
Public propertyEnumDisplays List of enum display values if the parameter is an enum
(Inherited from Parameter)
Public propertyEnums List of string values if the parameter is an enum. Each enum can have an id and an optional display.
(Inherited from Parameter)
Public propertyEnumType
(Inherited from Parameter)
Public propertyEnumValue The enum parameter value
(Inherited from Parameter)
Public propertyEnumValues List of enum values if the parameter is an enum
(Inherited from Parameter)
Public propertyGUID The unique identifier
(Inherited from RootComponent)
Public propertyHelperResetParameterValue Editor Helper: Reset parameter to its default value
(Inherited from Parameter)
Public propertyName The name
(Inherited from RootComponent)
Public propertyNumericValue The numeric parameter value
(Inherited from Parameter)
Public propertyTextSamples
(Inherited from Parameter)
Public propertyTextValue The text parameter value
(Inherited from Parameter)
Public propertyType Parameter type
(Inherited from Parameter)
Public propertyUseOnlyEnumValues If true and the parameter is an enum, only the enum values defined can be selected
(Inherited from Parameter)
Public propertyValue The parameter value
(Inherited from Parameter)
Top
See Also