Updates the Value property of all Parameters that have a DefaultValueExpression property.

<para> A special 'Parameter' function can be used in the Default Value Expression. This will be resolved to the respective Parameter's value, e.g. Parameter("OrderBy") would return the value of the 'OrderBy' Parameter. A default value can be passed to this function. This will be returned if the Parameter does not exist, e.g. Parameter("OrderBy", "Code"). </para> <para> If queueParameters is supplied then a special 'QueueParameter' function can be used in the Default Value Expression. This has the same signature as the 'Parameter' function. </para> <para> A special Boolean variable 'HasQueueParameters' can be used in the Expression to determine whether QueueParameters have been supplied. </para> <para> Note that Parameter values are calculated in the order of Parameters in the collection. This means that if an Expression refers to a Parameter after it in the collection then this Parameter's value will not yet have been calculated. </para>

Syntax

ISParameters.CalculateValues([includeVisible])

Parameters

NameTypeOptionalByRefDescription
includeVisible Boolean Optional Indicates whether to include Visible Parameters. If omitted, a value of True is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISParameters
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0