Drill Replace in WPF OLAP Common

6 May 20211 minute to read

Drill replace displays only the immediate child members and ancestors on drill-down and drill-up respectively.

The following code illustrates how to achieve drill replace support in a current report.

olapDataManager.CurrentReport.DrillType = DrillType.DrillReplace;
olapDataManager.CurrentReport.DrillType = DrillType.DrillReplace