or
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 :