Dashboard for Web Forms - How to apply Master Filtering in OLAP mode
The following example shows how to apply master filtering in ASPxDashboard on the client side when the dashboard is connected to an OLAP cube.
In this example, the ViewerApiExtension.setMasterFilter method call applies the Master Filter values to the Card dashboard item. The dxButton's onClick
event handler calls this method.
Files to Review
- Default.aspx (VB: Default.aspx)
- Default.aspx.cs (VB: Default.aspx.vb)
- MasterFiltering.js (VB: MasterFiltering.js)