New to Telerik UI for WinFormsStart a free 30-day trial

Provides the underlying data behind a pivot grouping.

Definition

Namespace:Telerik.Pivot.Core

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public interface IUnderlyingDataProvider

Derived Classes: LocalDataSourceProvider

Methods

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

C#
void GetUnderlyingData(IGroup rowGroup, IGroup columnGroup)
Parameters:rowGroupIGroup

The IGroup for rows.

columnGroupIGroup

The IGroup for columns.

Events

Occurs when the underlying data extraction has completed.

C#
event EventHandler<DrillDownCompletedEventArgs> GetUnderlyingDataCompleted