or
"Excel found unreadable content in 'PulledOrders.xls' Do you want to recover the content of this workbook? If you trust the source of this workbook, click Yes."
Telerik.Reporting.SubReport subReport1 =
(Telerik.Reporting.SubReport)report1.Items.Find("subReport", true)[0];
Telerik.Reporting.InstanceReportSource =
(Telerik.Reporting.InstanceReportSource) subReport1.ReportSource;
Telerik.Reporting.Report sub2 = (Telerik.Reporting.Report)irs.ReportDocument;
sub2.DataSource = value;
}
}
The end result of this is a report that contains that main section which is populated. It also
subReport sections but none of the subReport sections have data in them.
Any help will be appreciated.
Thank you - Raka.