Click here to Skip to main content
15,889,876 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I was new to SSRS reports. At present i was fetcing values from back end(Sql) and calculate as per client requirement. After completing calculation displays the list to aspx pages using html tags.

I need to show the calculation details in SSRS report. As per my knowledge we can send data from back end to SSRS report. Is there any possibility to send data from front end like crystal reports

Thanks in Advance
Posted
Comments
ZurdoDev 4-Oct-13 7:19am    
What exactly do you mean?
a.pkumar 4-Oct-13 8:53am    
in crystal reports we assign data as follows from front end
rpt.SetDataSource(ds)
is there any to send ds data to ssrs report from front end
ZurdoDev 4-Oct-13 8:55am    
I am not familiar with Crystal or what that does so perhaps you can explain in English pseudo code what you want and are trying to do.
Mubin M. Shaikh 10-Oct-13 7:37am    
Hi,

yes you can pass parameters from your front end(e.g. asp.net) to SSRS report,In Report it self you have to specify your connection and dataset which uses parameters sent from frontend. and accordingly data will be displayed in your report. even you can display this report in asp.net using report viewer control.

let me know if you need any other detail.

Regards
mubin
a.pkumar 17-Oct-13 10:28am    
pls provide any sample application

Regards,
pavan

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900