This is a migrated thread and some comments may be shown as answers.

Code for XML Data

1 Answer 46 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nick
Top achievements
Rank 1
Nick asked on 20 May 2010, 06:05 AM
Thanks for blog at http://blogs.telerik.com/kevinbabcock/posts/09-02-06/bind_your_telerik_reports_to_xml_data.aspx

and thanks for the VB source code. It sure helps when learning VB and Visual Studio and Telerik Reporting at the same time.

I've checked out the code for Class Entity to define the XML fields and it makes sense how my XML is four nodes deep.

Can I get some help please to create the required code? Many thanks

1 Answer, 1 is accepted

Sort by
0
Nick
Top achievements
Rank 1
answered on 31 May 2010, 06:41 AM
The class entity code in the blog sample is only one node deep. Further to this question, the XML code I am using is four nodes deep and looks a bit like this:

  • level 1
    • sub level 1.1
      • sub sub level 1.1.1
        • sub sub sub level 1.1.1.1
        • sub sub sub level 1.1.1.2
      • sub sub level 1.1.2
    • sub level 1.2
      • sub sub level 1.2.1
      • sub sub level 1.2.2
  • level 2
    • sub level 2.1

I am after some assistance on how to create the class entity code please.

Thanks

Tags
General Discussions
Asked by
Nick
Top achievements
Rank 1
Answers by
Nick
Top achievements
Rank 1
Share this question
or