Drill Position in WPF OLAP Common
6 May 20211 minute to read
Drill position enables users to drill the current position of the selected member in the OLAP report. This excludes the drilled data of the selected member in other positions by using the MDX query.
The following code illustrates how to achieve drill position support in the current report.
olapDataManager.CurrentReport.DrillType = DrillType.DrillPosition;
olapDataManager.CurrentReport.DrillType = DrillType.DrillPosition