Skip to main content
A newer version of this page is available. .

CalculatedFieldScripts(CalculatedField) Constructor

Initializes a new instance of the CalculatedFieldScripts class with the specified calculated field.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public CalculatedFieldScripts(
    CalculatedField calculatedField
)

Parameters

Name Type Description
calculatedField CalculatedField

A CalculatedField object, which specifies the owning calculated field for the script.

See Also