Represents the method that calculates values of the pivot table fields.

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

Syntax

C#
public delegate void CalculateFieldsEventHandler(
	Object sender,
	CalculateFieldsEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub CalculateFieldsEventHandler ( _
	sender As Object, _
	e As CalculateFieldsEventArgs _
)
Visual C++
public delegate void CalculateFieldsEventHandler(
	Object^ sender, 
	CalculateFieldsEventArgs^ e
)

See Also