Re: ReportViewer Control Permission
- From: Donn Felker <dfelker@xxxxxxxxx>
- Date: Tue, 18 Sep 2007 23:19:53 -0000
Have you tried something like this?
ReportDocument report = new ReportDocument();
report.Load("myreport.rpt", "AppServerName");
report.SetDatabaseLogon("user", "pass", "server", "dbname");
// ...
// do whatever you want with your report.
Or do you need to pass credentials to the actual server itself to log
on?
.
- Follow-Ups:
- Re: ReportViewer Control Permission
- From: AG
- Re: ReportViewer Control Permission
- References:
- ReportViewer Control Permission
- From: AG
- ReportViewer Control Permission
- Prev by Date: Re: URL Validity
- Next by Date: Re: Use VBScript in aspx page
- Previous by thread: ReportViewer Control Permission
- Next by thread: Re: ReportViewer Control Permission
- Index(es):