Hi,
I am new to Sqlserver reporting.I have created few reports using vs2005 busineess intelligence projects and report designer-wizards.
I want to add/access those reports from webforms?is it possible?or do i need to deploy reports over report server.If i run the server i am able to see the report.
If i want to access from .aspx page what do i need to do?I tried adding existing item,.rdl but i do see only .xml part of .rdl .
Can anyone help me on this.
Thanks,
kar1978
Use ReportViewer control
It can be used with
// Set the processing mode for the ReportViewer to Remote
reportViewer.ProcessingMode =ProcessingMode.Remote;
or
reportViewer.ProcessingMode =ProcessingMode.Local
No comments:
Post a Comment