Hi,
I have one doubt,
I am using telerik reporting version 6.1.12.820.
i have one subreport and one main report. subreport to binding the main report. i am using code below,
Telerik.Reporting.SubReport subReport2 = (Telerik.Reporting.SubReport)poReport.Items.Find("subReport2", true)[0];
subReport2.ReportSource.DataSource = pMaster;
it will show error, ('Telerik.Reporting.ReportSource' does not contain a definition for 'DataSource' and no extension method 'DataSource' accepting a first argument of type 'Telerik.Reporting.ReportSource' could be found (are you missing a using directive or an assembly reference?).
Advance Thanks
I have one doubt,
I am using telerik reporting version 6.1.12.820.
i have one subreport and one main report. subreport to binding the main report. i am using code below,
Telerik.Reporting.SubReport subReport2 = (Telerik.Reporting.SubReport)poReport.Items.Find("subReport2", true)[0];
subReport2.ReportSource.DataSource = pMaster;
it will show error, ('Telerik.Reporting.ReportSource' does not contain a definition for 'DataSource' and no extension method 'DataSource' accepting a first argument of type 'Telerik.Reporting.ReportSource' could be found (are you missing a using directive or an assembly reference?).
Advance Thanks