Articles in this section
Category / Section

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

1 min read

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)
Please sign in to leave a comment
Access denied
Access denied