“All” - Level Member
6 May 20211 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