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