B
BillE
I am developing locally processed reports with VB2005, displayed in a report
viewer on a web form.
Unfortunately my environment does not permit integrated security.
How can I supply the username and password to the report at run time when
the web form opens?
I tried populating a dataset and supplying the datatable to the report with
LocalReport.DataSources.Add method, but the report requires a datasource
instance and I get errors before I can add the data table as a data source.
I used a stored procedure to create the dataset the report is based on, and
it tries to load the report at runtime with the original dataset, but I get
login errors or errors like "a data source instance has not been
supplied..."
Thanks for your help
viewer on a web form.
Unfortunately my environment does not permit integrated security.
How can I supply the username and password to the report at run time when
the web form opens?
I tried populating a dataset and supplying the datatable to the report with
LocalReport.DataSources.Add method, but the report requires a datasource
instance and I get errors before I can add the data table as a data source.
I used a stored procedure to create the dataset the report is based on, and
it tries to load the report at runtime with the original dataset, but I get
login errors or errors like "a data source instance has not been
supplied..."
Thanks for your help