ssrs-2012

How to select the Data Source at Runtime in SSRS Report Builder

断了今生、忘了曾经 提交于 2019-12-01 13:52:35
before going to problem let me clear that i know there are similar questions ask before but could not find the answer of my problem. my problem is: I want to select the Data Source at runtime. First of all, i simply create a report by making a shared data source. then i create a data set using this data source. I run the report and it is working perfectly. Then I create two parameters, one for data source and one for data set. both parameters are type of "Text", their parameter visibility is "Visible" and their Available and Default values are "None". Then I created a second data source which

How to select the Data Source at Runtime in SSRS Report Builder

倖福魔咒の 提交于 2019-12-01 12:53:39
问题 before going to problem let me clear that i know there are similar questions ask before but could not find the answer of my problem. my problem is: I want to select the Data Source at runtime. First of all, i simply create a report by making a shared data source. then i create a data set using this data source. I run the report and it is working perfectly. Then I create two parameters, one for data source and one for data set. both parameters are type of "Text", their parameter visibility is

Reporting parameter saving

我的未来我决定 提交于 2019-12-01 12:12:32
In SSRS, User wants his report parameters selection should be remembered.That is for the first time user will select parameters and somehow next time onward it should remember parameters. Is it possible to achieve this in any way?? Anybody has any thought on this? The My Reports feature allows users to build and save their own reports on the server. It also allows them to create linked reports that have parameter defaults set up the way they want. That's the only built-in feature that might get you what you want. It is pretty limited, though, to be honest. On the other hand, you could build a

Reporting parameter saving

混江龙づ霸主 提交于 2019-12-01 07:40:33
问题 In SSRS, User wants his report parameters selection should be remembered.That is for the first time user will select parameters and somehow next time onward it should remember parameters. Is it possible to achieve this in any way?? Anybody has any thought on this? 回答1: The My Reports feature allows users to build and save their own reports on the server. It also allows them to create linked reports that have parameter defaults set up the way they want. That's the only built-in feature that

Vertical merge in SSRS Tablix

怎甘沉沦 提交于 2019-11-30 17:13:10
Is there any chance to do vertical merge of fields in tablix? I am working few years on SSRS, but only saw horizontal merge of cells, vertical not. Increase the row height to cover what you need. Insert a table to cover the non-merged cells. It's a little tricky to get the alignment right, but it works. Edit 07/08/2014: Added steps and images. If you add a row group , it allows vertical merging on the left side of the table. There will be two dotted lines separating the row header and detail. Everything to the left of dotted lines is vertically merged. If you look at the images from technet

Vertical merge in SSRS Tablix

久未见 提交于 2019-11-30 16:30:37
问题 Is there any chance to do vertical merge of fields in tablix? I am working few years on SSRS, but only saw horizontal merge of cells, vertical not. 回答1: Increase the row height to cover what you need. Insert a table to cover the non-merged cells. It's a little tricky to get the alignment right, but it works. 回答2: Edit 07/08/2014: Added steps and images. If you add a row group , it allows vertical merging on the left side of the table. There will be two dotted lines separating the row header

SSRS - Changing tab name when exporting to excel

。_饼干妹妹 提交于 2019-11-30 04:47:00
I have tabbed my report in SSRS 2012 by having my page breaks based upon grouping classname and it works great. How do I change the tab names when exporting to Excel? I tried having an expression for page name =Fields!classname.Value . In doing so, it makes all 4 of my tabs equal the first page break of Sales Division . My tabs are based upon the grouping of classname , which in returns gives me the 4 tabs: Sales Division , VRS , ClearCaptions , and IP-relay . You need to set the PageName of the Tablix Member (group), NOT the PageName of the Tablix itselfs . If you got the right object, if

ssrs report columns not aligning with headers

此生再无相见时 提交于 2019-11-29 18:07:14
My ssrs report headers are not aligning with the columns when I scroll. Below is the report, as it misaligned when I scroll right, I've tried placing it in a rectangle but that didn't work too. I'm trying to freeze the first two columns and want to have the rest scroll through as I scroll right. If you want the header visible while scrolling, you need to go to tablix properties > General and check the option Keep header visible while scrolling . Then go to column/row groups in the advanced mode, chose your static row and set the Fixed Data mode to True , Repeat on new page to True and Keep

How to remove spacing between bars in column chart SSRS 2012

冷暖自知 提交于 2019-11-29 18:03:34
How can I remove spacing between bars in SSRS 2012 report. In design mode, select one of the columns in the chart. In the Properties pane, look for CustomAttributes; expand that group. Look for PointWidth within that property group. Change that value from 0.8 (the default) to 0.9 for the columns to be a little closer together. Change the value to 1 if you want your columns to touch. Adjust as desired. They keep this one hidden, a bit. Hope this helps. You need to set the PointWidth property of the chart series to 1 if you want no space between, you can adjust this value to adjust the amount of

Are SSRS Reports supported in Visual Studio 2010 or 2012?

妖精的绣舞 提交于 2019-11-29 05:06:39
I haven't seen anything in the release notes , has anyone determined if there has been any improvement in this area? It's kind of surprising MS wouldn't support .resx files out of the box for SSRS reports. The only option I see is creating a separate class library and using it to retrieve resource strings as shown in this article , which doesn't mention which version of SQL Server or VS they are using. (relating to the original question, it changed into just getting reports working in vs 2012) I tried the Visual Studio 2012 Pro trial and the migration of the report project failed. ProjectName