Interface
IUnderlyingDataProvider

Provides the underlying data behind a pivot grouping.

Definition

Namespace:Telerik.Pivot.Core

Assembly:Telerik.Pivot.Core.dll

Syntax:

cs-api-definition
public interface IUnderlyingDataProvider

Methods

GetUnderlyingData(IGroup, IGroup)

Executes underlying data extraction for the specified row and column IGroups.

Declaration

cs-api-definition
void GetUnderlyingData(IGroup rowGroup, IGroup columnGroup)

Parameters

rowGroup

IGroup

The IGroup for rows.

columnGroup

IGroup

The IGroup for columns.

Events

GetUnderlyingDataCompleted

Occurs when the underlying data extraction has completed.

Declaration

cs-api-definition
event EventHandler<DrillDownCompletedEventArgs> GetUnderlyingDataCompleted

Event Value

EventHandler<DrillDownCompletedEventArgs>