Note that there are some explanatory texts on larger screens.

plurals
  1. USRichard Knight
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COWould I be better off just creating a .ascx file with a single property (e.g. string list_type) and passing in e.g. "WIDGET" as the list_type and generating all "WIDGET" specific code inside the .ascx using switch statements to generate different code depending on list_type? I realise this isn't best practice but it would work!
      singulars
    2. COMy real point is that if SSRS has a system of setting up reporting groups and associated permissions would I be better off using this system rather than rolling my own? I think using my own would probably be better to reduce the proliferation of report server users but as I'm a newbie I may be looking at the issue in the wrong way. All comments appreciated.
      singulars
    3. COThanks for the reply. The Javascript security issue was a small one - just a thought really. The reports all have a numeric id and I thought it may be possible to spoof an id through to the server and as there is one reporting server user with access to all the reports this could compromise security. If each web user had access to only a subset of reports and this web user was tied to a reporting server user then even if a fake id was passed the system would be more secure (assuming much harder to fake reporting server user credentials - which it would be as they are tied to the web user).
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload