Represents the method that calculates a condition for pivot table filtering.

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

Syntax

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

See Also