Represents the method for calculating filed values for current data row.

Namespace:  PerpetuumSoft.Reporting.Data.Olap
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public delegate Hashtable CalculateRecordDelegate()
Visual Basic (Declaration)
Public Delegate Function CalculateRecordDelegate As Hashtable
Visual C++
public delegate Hashtable^ CalculateRecordDelegate()

See Also