Can anyone provide a solution for the following query?
In .NET, can I prepare a dataset object on machine A , transport it to machine B (using remoting or some such). On machine B apply a report template which I get from a local file to produce a report.
Thanks
Anu