Class EnginePopulatingEventArgs
The engine populating event arguments provides the necessary information to customize the report before populating the pivot engine.
Inheritance
System.Object
EnginePopulatingEventArgs
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class EnginePopulatingEventArgs : Object
Constructors
EnginePopulatingEventArgs()
Declaration
public EnginePopulatingEventArgs()
Properties
DataSourceSettings
Defines current report.
Declaration
public DataOptions DataSourceSettings { get; set; }
Property Value
Type |
---|
DataOptions |