Hi there,
I want to create user name and password for client pc when they want to view/access report at [url=http://]http://[/url]<servername>/Report
Have anybody know how to do that?
You could add the users permission to the folder or report by using the SQL Server Management Studio and connect to your Reporting Service.
You can browse to the "home" folder and you'll see your folders and reports you've created.
Right click a folder or record and -> properties -> Permissions -> Add user or group.
Comments
You could add the users permission to the folder or report by using the SQL Server Management Studio and connect to your Reporting Service.
You can browse to the "home" folder and you'll see your folders and reports you've created.
Right click a folder or record and -> properties -> Permissions -> Add user or group.
is that any different between BUILTIN\Administrator and NT AUTHORITY\SYSTEM?
Thank you..