DM
Dwaragesh M.B.
Syncfusion Team
May 10, 2010 04:49 AM UTC
Hi Steve,
Thank you for choosing Syncfusion Products.
Please try the below code,
// Instantiate the OlapDataManager using Connection String
OlapDataManager olapDataManager = new OlapDataManager(connectionString);
// Load the Report Collection to OlapDataManager
olapDataManager.LoadReports(@"d:\development\sales_by_customer_type.xml");
// Load a specific Report from the Report Collection by mentioning the report name
olapDataManager.LoadReport("Report1");
// Data Bind
olapgrid1.OlapDataManager = olapDataManager;
olapgrid1.DataBind();
Please feel free to contact us if you need further reference.
Thanks
Dwaragesh M.B.