ReportViewer with DataSets
        Posted  
        
            by bearrito
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by bearrito
        
        
        
        Published on 2010-06-14T18:59:36Z
        Indexed on 
            2010/06/14
            19:02 UTC
        
        
        Read the original article
        Hit count: 221
        
dataset
|reportviewer
I have a question about the following architecture.
I am importing my business objects into my client using WCF. Due to the complexity of the business objects ( nested hierarchies ) I want to flatten out my business objects into a dataset/datatable.
There are many more tutorials and how-to on successfully using datatables in a report than with a business object so I am pretty attached to this idea.
My question is what sort of DataSet should I use?
Strongly typed or not?
If strongly typed how do I import my business objects into the Datatables?
© Stack Overflow or respective owner