Skip to main content

CalculatedFieldScripts(CalculatedField) Constructor

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

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