or
System.Web.HttpCompileException was unhandled by user code
Message=c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\webenrollment.public.web\185985ee\24be7516\App_Web_productviewpage.aspx.b76dddab.hrocxo6x.0.cs(245): error CS0234: The type or namespace name 'Reporting' does not exist in the namespace 'Telerik' (are you missing an assembly reference?)
namespace ReportingSuite.Reports{ public partial class AgentPPLReport : OLAPage { protected void Page_Load(object sender, EventArgs e) { Ruid = "18e1bcca-b432-47a2-90ed-f982ac6225bb"; if (ValidateReport(Ruid)) { IReportDocument r = null; r = new AgentPPL(); ReportViewer1.Report = r; ReportViewer1.RefreshReport(); } } }}public partial class MyUsers: Telerik.Reporting.Report{}Telerik.Reporting.Processing.PictureBox isActif = (Telerik.Reporting.Processing.PictureBox)section.ChildElements.Find("IsActif", true)[0];Warning 21 'Telerik.Reporting.Processing.ProcessingElement.ChildElements' is obsolete: 'The Telerik.Reporting.Processing.ProcessingElement.ChildElements property is now obsolete. Use Telerik.Reporting.Processing.ElementTreeHelper.GetChildElements() method instead.' C:\Code_Source\.REPORTINGreport = new REPORTING.MyUsers();Warning 26 'Telerik.Reporting.Report.implicit operator Telerik.Reporting.ReportSource(Telerik.Reporting.Report)' is obsolete: 'The implicit Report to ReportSource conversion is obsolete. Please create InstanceReportSource instead.' C:\Code_Source\var reportingModule1 = ReportingModule.CreateModule()
Report report = new Report3();
var objectDataSource = new Telerik.Reporting.ObjectDataSource();
objectDataSource.DataSource = reportingModule1;objectDataSource.DataMember = "FindAllAssociations";
report.DataSource = objectDataSource;Hello,
I have tried your silverlight demo : "Invoice implemented with Master-Detail reports"
When I click the print button, nothing prints.
When I click the print button again, sometimes your app crashes...
My browser's installed SL version is :