reporting-services

ssrs_migration.rss file

不问归期 提交于 2019-12-23 03:54:05
问题 Does anybody have the ssrs_migration.rss file for RS.EXE (SSRS Reporting Sevices). Can't find it anywhere (Microsoft dropped the ball on this one) and I need to move a bunch of reports. Even if I you can post the VB as text so I can copy it. That'd be great. Thanks! OR... If you know of a better way that'd be awesome too! I cannot deploy strait out from the project in my scenario. 回答1: You have to go to Github to get your file. That's a treat to work with too. Click the Raw button (why they

Using Python to scrape DataSet and Query data from RDL

有些话、适合烂在心里 提交于 2019-12-23 03:17:19
问题 I set out today with the intent to parse an SSRS RDL file (XML) using Python in order to gather the DataSet and Query data. A recent project has me back tracking on a variety of reports and data sources with the intention of consolidating and cleaning up what we have published. I was able to use this script to create a CSV file with the following columns: system path|report file name|command type|command text| It's not very elegant, but it works. What I'm hoping to be able to do with this

Reporting Services Chart - Hard Coded Series

好久不见. 提交于 2019-12-23 03:15:38
问题 I am developing an SSRS 2008 report which contains a number of simple charts. On the x axis I have the 12 months of this year - Jan 2009 thru December 2009. On the Y is an integer value ranging from 0 to 100 in increments of 10. I am plotting the number of times an issue occurred per month. So January could have a value of 10, February 30, etc. etc. I would like to have a horizontal line/series that is constant and shows the yearly average for 2008. So, say the average was 30 issues per month

Display Images from Windows Folder in SSRS Report

≯℡__Kan透↙ 提交于 2019-12-23 03:15:17
问题 I'm trying to make a report in BIDS (2008) that will include external images. We want to use the report to proof the images & other info before we approve our flyer for printing. I've done a bit of searching, but haven't gotten the help I need yet. The path to the images will be image specific, like "\\NETWORKSERVER\ServerD\Docs\Flyer's Images\Quarterly Flyer\ImageName.png" The URL works fine when I paste it in the search bar of my local pc or the server that has BIDS installed on it, but the

Display Images from Windows Folder in SSRS Report

我们两清 提交于 2019-12-23 03:15:06
问题 I'm trying to make a report in BIDS (2008) that will include external images. We want to use the report to proof the images & other info before we approve our flyer for printing. I've done a bit of searching, but haven't gotten the help I need yet. The path to the images will be image specific, like "\\NETWORKSERVER\ServerD\Docs\Flyer's Images\Quarterly Flyer\ImageName.png" The URL works fine when I paste it in the search bar of my local pc or the server that has BIDS installed on it, but the

Getting multiple integer values in an SSRS parameter

旧城冷巷雨未停 提交于 2019-12-23 03:09:49
问题 How do I get multiple integers into the value field of an SSRS parameter so that I can use an IN statement in my WHERE clause? Bear with me. I think this will end up as a simple syntax question but the explanation is overlong. I have a report that I want to split between two types of staff Dedicated and Bureau. The only way to determine which is which is the hour that the activation occurs, with the dedicated staff working all hours except 12 and 13 (midday to 2pm). I've created a parameter

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

SSRS nested iif expression in lookup

筅森魡賤 提交于 2019-12-23 02:45:18
问题 I'm brand new to SSRS and could use some help: is it possible to nest a lookup expression inside an iif statement? I have a web form with checkboxes and would like to change the answer text from "True" and "False" to "Agree" and "Disagree", but because I'm using a lookup expression to get the responses, I can't use a simple iif statement. When I try to use two Expressions, I get an error message. Here are my expressions: =iif(ReportItems!Textbox70.Value = true, "Agree", "Do not agree")

SSRS Fixed Tablix/ add blank rows below

坚强是说给别人听的谎言 提交于 2019-12-23 02:42:14
问题 How to have table size fixed in SSRS? I have tried this How to set Fixed Rows of Tablix in SSRS but, my concern is How to add blank rows if data row are lesser than 5, in the report where ,for example 15 rows can be fitted in. Rather than insert new rows by static, I want to display it dynamically. As in, we don't always know how many data rows will be there. I can think of setting row visibility with expressions. But, I am not quite sure and I want to understand more about it. Another

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 |