Drill Position in WPF Olap Grid

6 May 20211 minute to read

Drill position allows users to drill only the current position of the selected member and exclude the drilled data of selected member in other positions by using the MDX query. This can be enabled by setting the “DrillType” enumeration to “DrillPosition” in the OLAP report.

olapDataManager.CurrentReport.DrillType = DrillType.DrillPosition;
olapDataManager.CurrentReport.DrillType = DrillType.DrillPosition

A sample demo is available in the following location.

{system drive}:\Users\<User Name>\AppData\Local\Syncfusion\EssentialStudio\<Version Number>\WPF\OlapGrid.WPF\Samples\Data Relation\Drill Types