I would like to control user access to my Report Manager.In detail,I would like to hide some report folders from certain users when they access the Report Manager.Some of the users are not suppose to see certain folders on the report manager,and some users are suppose to see all report folders.
How can I do this?.Where should I include this settings?
New ssrs istall. I think they loaded sp2. It's a cluster, but ssrs was not clustered (I think)
When I attempt to open report manager, i just get
SQL Server Reporting Services Home
with no option for creating a folder etc, like i have on development
When I attempt to deploy to ther server I get :
Deploying to http://amsqlclusterxx/reportserver/ Error rsItemAlreadyExists : The item '/Retailer' already exists.
How do I create an ssrs reports folder?
Also, and this is strange, but in vs.net I had to create a new shared datasource after removing the old one on the report with the same name. The report renders fine when I do an f5 pointing to a new datasource, but I no longer have the RUN "!" icon available while in the data tag to run my query. Why is this?
When saving a report in Report Builder the default users folder is displayed when save is first clicked. However the user can navigate to any folder from the root on down. Is there anyway to only allow the user to access their "My Report" folder and not navigate to other folders?
Users are currently placed in a Windows Group. The windoes group is given System User and My Reports roles.
If I run the below command, it clean up the files inside the folders but unable to clean up the folder and sub-folders older than 30 days. xp_ cmd shell ' forfiles -p "D:abcd" -s -m *.* -d -30 -c "cmd /c del /Q @path"'
I'm using sp_OACreate in a scalar function to create a folder if it doesn't exist, and it works fine if you're asking it to create a single folder. For instance: C:Newfolder
It creates "Newfolder"
However, if I try to ask it to create C:NewfolderNewsubfolder
It doesn't work
Here's the code:
DECLARE @Exists int, @ObjFile int, @ObjFileSystem int, @Folder nvarchar(500) = 'C:', @Action tinyint = 1 --(0 to check if folder exists, 1 to actually create it)
Hi, Is there a possible way to create multiple folders in a report project so that different reports can be categorized and arranged in separate folders. Apparently, it seems not. Is there a workaround?
Hello, I have a report with parameter whice is a multi value parameter.
The problem is that this parameter does not always get a value and when he doest get a value the user gets an error message like: The "all_names" parameter is missing a value.
Is there a way to hide this error from the user? I can't check the "allow null value" for this parameter because its a multi value parameter.
I have a matrxi report with 6 Columns (Col 1, 2, ...6). Based on the parameters I select I wanted to hide 3 of the columns (Col 2, 4 and 6. But the problem is when I hide the columns, it leaves a gap. That means, the matrix report shows Col 1, 3 and 5 with gap in between the Columns.
There is no Column Visibility property in matrix report.
Please help me as I am looking to solve this issue for a long time now.
I'm currently investigating whether SQL Reporting Services might be the right solution to some reporting requirements I have been given (web reports).
There is a requirement that some of the columns are hidden to begin with and can be shown by clicking on the header of one of the other columns. E.g. There is a list of clients and a "Total Revenue" column, clicking on the "Total Revenue" column header would show an additional 5 or so columns which show a breakdown of different figures that make up the total revenue.
So my question is this: Is it possible to show/hide columns by clicking on the headers of other columns in the report?
I want to send a reports to two person. Reports are going to be delivered automatically. I hope to use snapshot option. In my report there is one column which can be seen by only one person. Can I use parameters to hide one column from one person? If its possible, can you explain how to do that please. If its not possible, what are the other option excet creating two different reports. Also If I use parameters , can reports be executed automatically? Thanks
I use a Report where i have a document Map getting generated. but by default it is displayed and the user has to close the window to view the report. i wanted to know if its possible to hide the Document map window by default and based on the click of the icon the window will be show to the user when viewing in the default Report page.
Is it possible to show or hide columns in a report on the fly, i.e. without having to run the report again?
I have a report in with a parameter to let the user choose between the data to show. However the customer doesn't like it that he has to rerun the report. Any help would be appreciated!
I have a report with some groups which can all be expanded/collapsed by clicking on a textbox with an action attached to it. The example I used can be found here: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=600583&SiteId=1
But I want to hide the row containing this textbox (or the textbox itself) on the actual printed report. Is there any report item that can tell me if the report is in preview phase, or can it be solved in any other way?
how do i hide an attributes member value in all the reports where my cube is exposed as data source. Example : Lets say i have dimension called Product. Product
Name column Key column Product A 0 Product B 1 Product C 2
Now i need to create mdx query which will fetch member values except 0 key column value so that member values except 0 Key would be loaded in the parameter list. What is the best query so that i will run in to any performance issues. Is there any cube level setting i can do so that i will be doing one time job ?
Can i use Key() function to compare something like Key([Product].[Product Name]) >0 in the mdx query ot would Except() function would help?
I have requirement where first I need to show only one report parameter. Based on user selection I need to prompt or show the user another report parameter.
Say suppose I have 3 parameters. User selects first value in first parameter I should not show the other 2 parameters. If user selects second value in first parameter I should show second parameter and hide third parameter. There is no relationship between these 2 parameters except user selection. Similarly if user third value in first parameter then I should show third parameter and hide second parameter.
Is this possible? I can not see any Visible property for report parameters.
I developed a rdlc report. I have a graph chart. Sometimes the value of a label can =0. If the value =0 I want to hide the labelname. However, I also have dummy values =0. This is so that I can have spaces between the bars. The dummy values labels isn't shown in the graph. This works great. I need to add to the expression that if the name of the label isn't dummy but the value =0 to hide the labelname.
The data from sql: Expression in graph under chart data->category groups->category group properties->label: =Microsoft.VisualBasic.Interaction.SWITCH(Fields!LabelName.Value = "aTotalForRetire", "Retirement", Fields!LabelName.Value = "cTotalForRelatives", "Relatives", Fields!LabelName.Value = "eTotalForDisability", "Disability")
The result is below. I want to hide the label relatives as in this example the value=0. It will not always be the case. How can I do that?
I have a report with three subreport, i want to hide data of subreport while exporting reporting in to excel. I have used this function (=IFF Globals! Render foramt.IsInteractive,False,True) but didnt work.
I have report which has 5 columns. User want to export report file in Excel format. when exported report then by default 2 columns will be hidden in excel and user can unhide columns after export in excel.I did column hide on report level and show in result set in excel sheet by using Global render format.
I loaded an application to my server with the app_data folder intact in the application folder which is a sub folder of the root web. Through my host enableing SQL somehow a second App_Data folder has been created in the root of the web and the db has been duplicated. Without a doubt this is causing a problem with the application not running correctly. The application is the asp.net membership app which is trying to read and write to the .mdf file. Can we simply delete the App_data folder in the the root web or will this rebuild itself? Or do we need to edit the web config files? How / Why did this happen? Server is running Win2k with SQL Express 2005 TRU
I need to get access to stored packages. To do so I use Microsoft.SqlServer.Dts.Runtime.Application class. There are methods: Application.FolderExistsOnDtsServer, Application.FolderExistsOnSqlServer but I need to enumerate existed folders. Are there something like: Application.GetFolders(String ParentFolderName) ? I have searched in doc but there is not any useful except:
"To verify that the folder was created, the following Transact-SQL query selects all packages stored in the File System folder of the Stored Packages package store.
select * from sysdtspackages90 "
It is not suitable for me because I don't have permissions to access database
Apologies in advance for the newbie question. I'm new to Integration Services and am trying to build my first project.
I want to dynamically create folders based on the results of a stored procedure. The resultset is limited to one column but can contain multiple rows. (It returns a list of 8-character strings representing dates.) This returned value needs to be combined with the path where the new folders should be created.
Can someone point me in the right direction? I've run the stored procedure and put the resultset into a RecordSet Destination that uses a variable of type Object. (At least, I think I've done it correctly.) But I have not been able to figure out how to access this data to actually create the folders.