Hi,
I've juste upgraded one of my projects to Q2 2012 telerik reporting. I've got some difficulties now to correct obsolete statements.
Here is the context :
I have reports created who inherits from Report :
I can't figure out how to resolve those warnings :
Ant this one :
Is there anybody there who could help me or give me hints ?
I've juste upgraded one of my projects to Q2 2012 telerik reporting. I've got some difficulties now to correct obsolete statements.
Here is the context :
I have reports created who inherits from Report :
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\.REPORTING
report =
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\
Is there anybody there who could help me or give me hints ?