|
|
|
|
This demo shows how to retrieve records that were used to calculate a particular summary when the ASPxPivotGrid is bound to an OLAP server. Click a summary cell to view records from the control's underlying \\data source associated with this cell. The retrieved data is displayed by the ASPxGridView within a popup window.
To obtain drill down data, use the pivot grid's CreateDrillDownDataSource method. You should specify the data field's index, row and column indices to completely identify the required summary cell.
Note: Since drill down data is provided by the OLAP server, the drill down datasource can have some extra columns even if you don't have any corresponding fields in the ASPxPivotGrid control. The OLAP server can also return identity values.
In this demo, click a summary cell to view the records from the control's underlying data source associated with this cell.
The obtained data is displayed by the ASPxGridView within a popup window.
|
 | Loading… |
|
|
|
|