Represents the method for pivot table data filtering.

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

Syntax

C#
public delegate bool ByPassRecordDelegate()
Visual Basic (Declaration)
Public Delegate Function ByPassRecordDelegate As Boolean
Visual C++
public delegate bool ByPassRecordDelegate()

See Also