Represents the method that calculates values of the pivot table fields.
Namespace:
PerpetuumSoft.Reporting.DOM.OlapAssembly: 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 ) |
Parameters
- sender
- Type: System..::.Object