XSDs and typedlists

Posts   
 
    
eugene
User
Posts: 85
Joined: 05-Oct-2004
# Posted on: 17-Jun-2005 14:07:53   

Hi there,

sometime ago (I believe it was during the discussion on the 1.0.2004.2 Beta) someone suggested a method by which an XSD Schema of the Typedlist could be used to incorporate it into Crystalreport. How is it possible to do this? As far as I can see, the TypedList itself (as a datatable) doesn't offer a public method that would return an XSD object. Would I have to add the DataTable to a DataSet (which as far as i can remember could return an xsd schema of the included datatables)?

Any help on this would be greatly appreciated!!!!

Did any of you guys have goog experience with devexpress's XtraReport?

Best regards

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 18-Jun-2005 12:01:22   

You could instantiate a typedlist, add it to a dataset and then export the schema from the dataset to a file. Then you have the xsd simple_smile

Frans Bouma | Lead developer LLBLGen Pro