reportingservices-2005

Two Report Server pointing to Single Report Server DB instance

我怕爱的太早我们不能终老 提交于 2019-12-24 00:33:42
问题 I want to install two Reporting Service instance on two different servers which will point to a single Report Server Database. Is this possible? 回答1: You can certainly point two different instances to a single database, you can use the Reporting Services configuration tool to set that up (use the database tab). I've never done it myself though so i don't know how nice they will play together, especially if you intend to encrypt the database. Why would you want to do that though, is it for

Localizing SQL Server Reporting Services reports?

十年热恋 提交于 2019-12-23 02:52:36
问题 How would one go about localizing SSRS reports? Let´s say I have a report that contains a label with the text "Total Sales" (in Norwegian language, which is where I come from) and I want to use the same report for our danish and swedish customers, so the actual text needs to change slightly. Do I need to make copies of all the reports and localize them manually, or is there any way to do this in a more automated way? Could I for instance use expressions for those texts instead, and add our

How can I display two rows worth of data on one line side-by-side in Report Designer?

前提是你 提交于 2019-12-23 02:31:53
问题 I am using SQL Server Reporting Services 2005, and I'm developing a report in Report Designer/Business Intelligence Studio. Right now I have a normal-looking table that displays data like this: ---------------- | A | B | C | ---------------- | A1 | B1 | C1 | ---------------- | A2 | B2 | C2 | ---------------- | A3 | B3 | C3 | ---------------- What I would like to do, is display two rows side-by-side on the same line, so that the table would look like this: ------------------------------- | A |

Programmatically add subscription to SSRS reports

家住魔仙堡 提交于 2019-12-23 01:53:07
问题 On my SSRS server I have folder structure like folder1 subfolder1 report1 report2 folder2 some_other_report2 report3 folder3 report4 I want to that these reports should be copied to client machine according to the same directory structure at a given schedule. I know this can be done by individually adding subscription to each report. But I was looking for a way so that I can programmatically ( using scripting or some tool) add subscription to all the report at one go. Also, if possible, it

How to force a textbox to split, rather than move to a second page in SSRS 2005 (PDF Export)?

久未见 提交于 2019-12-22 10:26:56
问题 This question is a follow up to my original question, I've done a bit more reseach, i narrowed a problem down quite a bit. I've also uploaded a sample .rdl to illustrate the problem I've got the following report setup: a header (image in the body), two textboxes, and a footer. First textbox has a little bit of text, and second textbox has lots of text. Second textbox can fit on one page by itself, but won't fit on the page with my header and the first textbox. The problem is that for some

SSRS 2005 How to Print 4“ X 3” label as Portrait.. SSRS assumes Landscape

浪尽此生 提交于 2019-12-21 11:02:12
问题 I have a SSRS 2005 report form that is printing to a Zebra ZDesigner TLP 2844-Z label printer. The Interactive and Page sizes are set to 4" wide by 3" high. Since there is no paper orientation in SSRS, it is assuming this to be a landscape report when it should be a portrait thereby printing the labels sideways. The users are able to export to a PDF and print after adjusting the print settings, but the extra clicks to produce/print the pdf's are unacceptable. Is there a way to force the print

Multiple value selection and optional filter in SSRS 2005 report

。_饼干妹妹 提交于 2019-12-20 05:52:40
问题 I had done a fair share of research before asking this here. Firstly, i would like to create a drop-down filter @accessVar with the ability to select multiple values. It would be easy if not due to my special requirement. My dataset statement is: SELECT PASS_M, ENTRY_DT, EXIT_DT, WORKED_HRS, ACCESS_LOCATION_X, IC_N, COMPANY_M, CONSECUTIVE_D FROM TEMP_TARGET WHERE (CONSECUTIVE_D >= @consecDays) AND (ENTRY_DT BETWEEN @startDate AND @endDate) AND (ACCESS_LOCATION_X LIKE @accessVar) AND (IC_N

How to make a column invisible in an ssrs matrix

别来无恙 提交于 2019-12-18 06:16:33
问题 I have an ssrs matrix , the design of which looks like this : The sql query used in the above dataset looks like this : select [YEAR], [MONTH] as MONT , ProductName, NumberofSales from XYZ ; When the report is run , My output looks like this : Here , the Column Names 9 , 10 correspond to the months 9 - September and 10 - October. Change shows the difference in numbers between the month and the previous month . example : number of sales in october - number of sales in september. I would like

Why is my SSRS report showing old data?

一世执手 提交于 2019-12-18 04:30:49
问题 I have a live report that's somehow showing cached data despite the fact that I've disabled all caching (that I'm aware of). When I run the query in the BIDS query editor, it shows the current data. But in the BIDS preview and the actual deployed report , it's still showing out of date data. I tried toggling the report caching on then back off in the report properties on the reporting website, and I went into the IIS HTTP Header properties and set content to 'Expire Immediately'. I've seen

How do I display 'No data available.' when there are no rows to show on the report?

末鹿安然 提交于 2019-12-17 18:48:46
问题 I am building an SSRS 2005 report using BIDS. My report filters on date. When the selected date returns no data rows the report is blank, just the title is displayed, no table or column heading. How can I change this to display a message like No data available. or Report is empty. ? 回答1: You could set the property NoRowsMessage available on the report's table control like this: Select the Tablix control and press F4 to view the Properties pane. Find the NoRowsMessage property and set the