Share via


Location Property

DscLocationEnum

DscLocationEnum can be one of these DscLocationEnum constants.
dscClient
dscServer
dscSystem

expression.Location

*expression   * Required. An expression that returns one of the objects in the Applies To list.

Remarks

This property controls where calculated fields are evaluated. When this property is set to dscServer, the expression is included in the SQL string sent to the database and must be in the correct SQL syntax for the database. When this property is set to dscClient, the expression is evaluated on the client computer using Visual Basic for Applications expressions.

Applies to | PageField Object