I have a wcf service from which need to call report service to genrate report. this wcf service will be called by multiple types of clients (windows, web, etc.) and each client will have its own rendering type - excel, pdf, html. so wcf will return bytestream to caller and client will decide type..
my question is about how tocall report service from wcf. i checked this msdn link. but i cant use reportviewer control in service. how will url work with lot of input parameters?is there any way other than url option to call reort servce.
https://msdn.microsoft.com/en-us/library/ms153697.aspx
thanking in advance