Hi.
I would like to know, the XML driver for crystal, how many levels can it hanle in the XML.
eg. <Customers>
<Customer>
<Addresses>
<Address>
......................
I am just using the above as an exaple.
What i found if the the XML tables go down to more than 5 levels the report works in crystal 2008 fine.
But when you using the .NET runtime (C#) and try to load the report into the reportdocument i get a "Load Report Failed" error.
below is the code i am doing.
ReportDocument _reportDocument = new ReportDocument();
reportDocument.Load("C:
temar_invoice_register.rpt");
Thanks.