Articles in this section

How to set the Member Properties visible in the OlapGrid when it is added in the OlapReport

The layout of OlapGrid have to be set as “ExcelLikeLayoutWithMemberProperties” to make the member properties visible at OlapGrid.

Please refer the below code snippet.

C#

public MainPage()
        {
            InitializeComponent();
            this.olapGrid.Layout = Syncfusion.OlapSilverlight.Engine.GridLayout.ExcelLikeLayoutWithMemberProperties;
        }

 

 

Figure: OlapGrid with MemberProperties

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied