I want to generate report from XML data coming from database, along with the filtering option each column in report!
I have noticed that whatever changes I make in any report sample given on telerik blog for reporting....It stops working.
What is wrong with it? I did download the following sample too
http://blogs.telerik.com/kevinbabcock/posts/09-02-06/bind_your_telerik_reports_to_xml_data.aspx
And again did nothing but added some code and again deleted it back, then report stopped working!!!!!!
I am trying for 5 days for make a single report and cant even see any wrong results though!
http://blogs.telerik.com/kevinbabcock/posts/09-02-06/bind_your_telerik_reports_to_xml_data.aspx
And again did nothing but added some code and again deleted it back, then report stopped working!!!!!!
I am trying for 5 days for make a single report and cant even see any wrong results though!
Please can anyone give me sample of report generated from database xml column having data like:
<Markers>
<Markers>
<Line>
<Point Latitude="123.432" Longitude="213.423432" Location="abc" Speed="50" />
<Point Latitude="123.432" Longitude="13.7868" Location="some place" Speed="50" />
<Point Latitude="53.432" Longitude="3.432" Location="xyz" Speed="50" />
</Line>
</Markers>
</Markers>