“All” - Level Member
23 Oct 2019 / 1 minute to read
This feature enables you to display the “All” level type member across the rows and columns in the OLAP grid. This member behaves as parent to other members in its hierarchy by controlling their visibility through an expander.
To display the “All” level type member, set the ShowLevelTypeAll property to true. By default this is set to false. Refer to the following code sample.
OlapDataManager DataManager = new OlapDataManager() { ShowLevelTypeAll = true};
OlapDataManager DataManager = New OlapDataManager() { ShowLevelTypeAll = True }
A sample demo is available in the following location.
{system drive}:\Users\<User Name>\AppData\Local\Syncfusion\EssentialStudio\<Version Number>\WPF\OlapGrid.WPF\Samples\Defining Reports\Reports-in-code
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