Interface IUnderlyingDataProvider
Provides the underlying data behind a pivot grouping.
Namespace: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface IUnderlyingDataProvider
Methods
GetUnderlyingData(IGroup, IGroup)
Executes underlying data extraction for the specified row and column IGroups.
Declaration
void GetUnderlyingData(IGroup rowGroup, IGroup columnGroup)
Parameters
|
IGroup
rowGroup
The IGroup for rows. |
|
IGroup
columnGroup
The IGroup for columns. |
Events
GetUnderlyingDataCompleted
Occurs when the underlying data extraction has completed.
Declaration
event EventHandler<DrillDownCompletedEventArgs> GetUnderlyingDataCompleted
Event Type
|
System.EventHandler<DrillDownCompletedEventArgs>
|