If I have a WPF smart client with Server that contain all data.
I want to add reports to the WPF client.
What are the best practice for that?
What data source should I have?
There is a lot of data, should I retrieve all rows to client?! or can I generate the report on server with some paging?
Thanks.
I want to add reports to the WPF client.
What are the best practice for that?
What data source should I have?
There is a lot of data, should I retrieve all rows to client?! or can I generate the report on server with some paging?
Thanks.