Click here to Skip to main content
15,889,573 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Sir,

I have Create Reports Using SSRS.

Now I want to integrate these reports in my vb.net Project.

Now I have Problem in getting Reporting Server credential dynamically and pass to report viewer to generate report.

My application DB and Reporting Server on same Machine ,application and SSRS Reports use the same DB.

My VB.NET application also uses the same DB server that is defined in web.config file.

Me.ReportViewer1.ServerReport.ReportServerCredentials = New ReportServerCredentials(reportserverUserName, reportserverPassword, domainname)

Problem in getting reportserverUserName, reportserverPassword and domainname

Thanks in Advance.

Regards
Sunil Mudgil
Posted
Updated 4-Dec-14 19:26pm
v3
Comments
ZurdoDev 4-Dec-14 10:13am    
What is the problem?
mudgilsks 5-Dec-14 1:16am    
Problem is that I am not able to get Reporting Server Credential.
My VB.NET application also uses the same DB server that is defined in web.config file.
Me.ReportViewer1.ServerReport.ReportServerCredentials = New ReportServerCredentials(reportserverUserName, reportserverPassword, domainname)

Problem in getting reportserverUserName, reportserverPassword and domainname

Thanks RyanDev
ZurdoDev 5-Dec-14 7:30am    
But what is the problem. Don't expect us to guess. Is there an error?

1 solution

 
Share this answer
 

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