CurrentReport in WPF OLAPCommon control

2 Jun 20211 minute to read

Once the OlapReport is created by assigning the report to the CurrentReport property of the OlapDataManager, you can bind the OlapReport to the OlapDataManager.

The following code snippet explains the assigning of an OlapReport to CurrentReport property:

OlapDataManager.CurrentReport = olapReport;
OlapDataManager.CurrentReport = olapReport