Drill Position in WPF OLAP Common
1 Nov 2019 / 1 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
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page