This example demonstrates how to synchronize Master Filter and Drill-Down actions between different dasards.
The main form contains the DasardControl with a loaded sample dasard. The Show Child Window button invokes another window containing the DasardControl with a different dasard.
Master Filtering and Drill-Down and actions performed in the main window are applied to the child window.
To accomplish this, the child window subscribes to the following events of the main window's DasardControl:
- DasardControl.MasterFilterSet
- DasardControl.MasterFilterCleared
- DasardControl.DrillDownPerformed
- DasardControl.DrillUpPerformed
When an event occurs, the following methods are used to apply filter values to the child window's DasardViewer control or to perform the data drill-down or drill-up operations:
- DasardControl.SetMasterFilter
- DasardControl.SetRange
- DasardControl.PerformDrillDown
- DasardControl.PerformDrillUp
(you will be redirected to DevExpress.com to submit your response)