Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > reporting services Forms authentication credentials
 

reporting services Forms authentication credentials

I require to connect to a report server using a windows applicaton.


The authentication on the report server has been changed to win forms
authentication. How do I send the username and password.

this is what I would of used if I was to use windows accounts forauthentication.


rs2005.Credentials = New System.Net.NetworkCredential(username, password,
domain)

what would the equivalent code be for forms authentication???
Ian Emery  Monday, August 24, 2009 2:38 PM

Hello Ian,

To integrate reports in a Windows Forms application, we can use the Report Viewer control to achieve this.

http://msdn.microsoft.com/en-us/library/aa964126(SQL.90).aspx
http://technet.microsoft.com/en-us/library/cc966542.aspx

Since this problem is related to SQL Server Reporting Service, I recommend you post this question on SQL Server Reporting Services forum for better response.

http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/threads

Thanks,
Rong-Chun Zhang
MSDN Subscriber Support in Forum
If you have any feedback on our support, please contact msdnmg@microsoft.com


Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
Rong-Chun Zhang  Tuesday, August 25, 2009 10:29 AM

Hello Ian,

To integrate reports in a Windows Forms application, we can use the Report Viewer control to achieve this.

http://msdn.microsoft.com/en-us/library/aa964126(SQL.90).aspx
http://technet.microsoft.com/en-us/library/cc966542.aspx

Since this problem is related to SQL Server Reporting Service, I recommend you post this question on SQL Server Reporting Services forum for better response.

http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/threads

Thanks,
Rong-Chun Zhang
MSDN Subscriber Support in Forum
If you have any feedback on our support, please contact msdnmg@microsoft.com


Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
Rong-Chun Zhang  Tuesday, August 25, 2009 10:29 AM

Hello,

I am writing to check the status of the issue on your side. Would you mind letting me know the result of the suggestions? If you have any additional question about data binding, welcome to post here.

Have a great day!

Thanks,
Rong-Chun Zhang


Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
Rong-Chun Zhang  Friday, August 28, 2009 12:32 PM
hi sorry for the delay in getting back...

I posted to http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/threads but got no response...... ho hum...

anyway I was looking to use forms authenication and use the funcion listchildren to list all reports on a remote server....

how do I do  this... Do you hvae a vb.net example using win forms ?????




Ian Emery  Monday, October 05, 2009 5:04 PM

You can use google to search for other answers

Custom Search

More Threads

• Binding a combobox to a View throws exception
• System.window.forms.combobox in web application
• Data Grid
• DetailsView in Visual Basic 2005
• How to display the lookup value in a DataGridViewComboBox in view mode
• Prevent binding to business object properties?
• Datagrid: hange while scrolling
• Data binding bug - move previous won't move previous
• Multi lingual data in Datagrid
• CheckBox (databinding?) problem