> > Seems too heavy…what type of object are you passing through the service? > Serialized xml, bytes?**** >
Strangely enough, most of what's coming back from the server is not defined as a class or type of object at all, it's a report definition (rows, columns, titles, totals, etc) which get converted into charts. The xml accurately defines the report/chart appearance and data (most of the xml is converted into helper classes on the client side, but that's internally just for tidier code) -- Greg
