Represents data for the PivotFilter event.

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

Syntax

C#
public class PivotFilterEventArgs : EventArgs
Visual Basic (Declaration)
Public Class PivotFilterEventArgs _
	Inherits EventArgs
Visual C++
public ref class PivotFilterEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.Reporting.DOM.Olap..::.PivotFilterEventArgs

See Also