Click here to Skip to main content
15,913,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have created report builder using MS SQL SERVER 2008 R2 REPORT BUILDER.
now I want to connect this with .ASPX Page .
Posted

1 solution

I assume you're building a custom front end for reporting services

I don't know what authentication model you're using for the ASP .NET application, I've done something similar in the past and used integrated windows authentication.
It works pretty smoothly, if the user does encounter anything which they don't have access to then they are prompted for a username and password - although if they can see something that they haven't got permission to then your application should handle it more elegantly than that!

To answer your question, if the user is authenticated on the domain then the authentication will be passed onto the report builder when they open that. Just as if they were using the http://[servername]/reports web page to view reports.

If you are using a different authentication model then you will encounter problems.

Have a look here[^].

--Amit
 
Share this answer
 
Comments
oliver grace 31-Jul-12 5:52am    
i too using windows authentication but i dont know how to connect report builder to aspx page.when i run my report builder it working fine.i want to run this in visual stdio.
oliver grace 31-Jul-12 5:53am    
can you provide code for this.

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