CalculatedFieldScripts(CalculatedField) Constructor
Initializes a new instance of the CalculatedFieldScripts class with the specified calculated field.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
calculatedField | CalculatedField | A CalculatedField object, which specifies the owning calculated field for the script. |
See Also