I have completed several reports in SSRS and an ASP.net page interface that uses Reportviewer.
Now we want to roll this out. The customers would login, and get only their own reports. This is done by a parameter on the ASP page called Customers. It would only show the customer name who logged in and not allow it to be changed.
This customer parameter is then used by the reports.
I was interested in hearing any advice or ideas how to build the form for checking the users credentials.
I thought of having these fields in a newly built table.
. Fields in Table.
A. Customer name, Customer number, User name (for login), User password, User_type, Date of last login, future use fields.
One thing to note, is that we have to differentiate between users. The power user can see *ALL reports.
Let's say the Food Services Manager can only see some reports.
Now we want to roll this out. The customers would login, and get only their own reports. This is done by a parameter on the ASP page called Customers. It would only show the customer name who logged in and not allow it to be changed.
This customer parameter is then used by the reports.
I was interested in hearing any advice or ideas how to build the form for checking the users credentials.
I thought of having these fields in a newly built table.
. Fields in Table.
A. Customer name, Customer number, User name (for login), User password, User_type, Date of last login, future use fields.
One thing to note, is that we have to differentiate between users. The power user can see *ALL reports.
Let's say the Food Services Manager can only see some reports.