Reputation: 7877
Can it possible to create crystal reports at server side like rdl(SSRS) reports. Or is there any cystal report server that host that reports.If yes how can we access those from applcation.Please help me out.
Thanks in advance,
Upvotes: 0
Views: 497
Reputation: 6027
Yes, you have a number of options including:
Upvotes: 1
Reputation: 1224
yes, you can create the report on the server, serialize if and pass it across to your application then deserialize it to view it. This is exactly what my reports service does.
Upvotes: 0