Tagged Questions
The reportingservices-2005 tag has no wiki summary.
12
votes
3answers
10k views
How do I best display CheckBoxes in SQL Server Reporting Services?
One of the many quirks of Reporting Services we've run across is the complete and utter lack of a CheckBox control or even something remotely similar.
We have a form that should appear automatically ...
8
votes
3answers
810 views
Entire Table is pushed to the next page when rendering a SSRS 2005 Report (as .pdf) in SSRS 2008
I have a SSRS 2005 report that I'm rendering in SSRS 2008 as a .pdf. The report contains (among other things) a table that's very simple: header row, details, no footer, no aggregation, no grouping, ...
7
votes
3answers
5k views
How to add an image to an SSRS report with a dynamic url?
I'm trying to add an image to a report. The image src url is an IHttpHandler that takes a few query string parameters. Here's an example:
<img ...
7
votes
2answers
1k views
Does the iif function compute both paths in SSRS or is it short-circuited?
I am trying to evaluate a Price per Kilo ($/Kg) based on sales of a product. This works fine if the product was acutally sold during the period specified. However if the product is not sold the Kg ...
7
votes
2answers
4k views
DataSet panel in SSRS designer is gone
In the "Layout" screen of an SSRS designer (Visual Studio 2005), the DataSets panel no longer displays. Previously it was in the same area as the general Toolbox panel. Anybody know how to get it ...
6
votes
2answers
8k views
Using ReportViewer 9 control in VS 2010
I am writing an ASP.NET app that uses a SQL Server 2005 with SSRS setup. I want to use the ReportViewer control but I get an error when using ReportViewer 10 because it needs SSRS 2008.
How can I ...
6
votes
2answers
652 views
Error in Visual Studio 2008 with SSRS 2005 report projects
Has anyone found a good workaound for opening or editing an SSRS 2005 report project with Visual Studio 2008 yet?
Will the SQL server 2008 tools be the migration path for these report projects in ...
6
votes
2answers
5k views
Reporting Services Report Timeout
We have a 2005 report that can be 2 to around 250 pages with the average being in the ballpark of 10. When the report was developed, our developer was told that 10 pages or so was the right number, ...
6
votes
2answers
12k views
Set a table's visibility to false when it has no rows (in reporting services)
Is there a way to set a table's visibility to false, if the table has no rows?
I want to hide a table in Reporting Services when it has no rows.
Setting NoRows to ="" isn't sufficient in this case ...
5
votes
4answers
5k views
SSRS with Custom Web UI
Is it possible to create a custom Web front-end to run SSRS reports from?
We have an existing cross-browser web front-end for gathering reporting inputs (for a non-SSRS platform) that we would like ...
5
votes
4answers
17k views
Passing parameter via url to sql server reporting service
I'm trying to pass a parameter via the url to SSRS and it appears not to work!
I'm trying to pass a userId (string) via the url which will be passed to the database and used by the query.
base url:
...
5
votes
3answers
1k views
What has .Render() on SSRS2000 WebService been replaced with on SSRS2008?
We've recently upgraded one of our SSRS2005 servers to SSRS2008 and have found that all of our applications that utilized the reporting services web service for producing reports no longer works.
The ...
5
votes
5answers
4k views
SQL Server Reporting Services Datasource keeps losing database login credentials
In my development environment, every time I reboot windows (which must be done at least daily for me), all of my Shared SSRS Datasources lose their credentials.
Currently I have them set up to log ...
5
votes
3answers
6k views
Subreports try and keep together leaving blank spots/pages
Reporting Services 2005
My layout is like this:
I have the mainreport which contains a table
This table has 3 groups it runs by, GrpLevel1, GrpLevel2, GrpLevel3
Sub-Reports are added to one of 3 ...
4
votes
3answers
1k views
SSRS 2005 How to Print 4“ X 3” label as Portrait.. SSRS assumes Landscape
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 ...
4
votes
1answer
10k views
How to do number formatting to 1 decimal point in SSRS?
I have a SSRS report with full of number fields. I would like to have that to be displayed as in one decimal. i tried to use F1. it gives me only one decimal points in html rendering, but in excel ...
4
votes
1answer
156 views
Large Report Implementation Reccomendations 250 - 300 pages
My group has a report that was recently developed utilizing Reporting Services 2005 with the NeoDynamics Bar Code component. The report is for return authorizations and consists of 2 main reports.
...
4
votes
4answers
2k views
How do I get around the Sum(First(…)) not allowed limitation is SSRS2005
The problem that I have is SQL Server Reporting Services does not like Sum(First()) notation. It will only allow either Sum() or First().
The Context
I am creating a reconciliation report. ie. what ...
4
votes
5answers
2k views
Can I render HTML from SQL Database in SSRS 2005?
I have html in an MS SQL DB. I would like to render the html on a SSRS page, is this possible?
4
votes
1answer
1k views
Reporting Services 2005 - How to embed a watermark?
In one of our systems that uses Reporting Services 2005, the client is asking for reports to feature a watermark to ensure that reports which are printed out by the customer and sent in (example: A ...
4
votes
2answers
4k views
Exporting from SSRS to Excel with no headers
Is there a way to export to excel from an SSRS report so that the header that displays on the first page of the report is omitted only in the excel export? Currently, it adds a frozen frame to the top ...
3
votes
1answer
161 views
Displaying overflow in footer field on a new page
I have a TextBox in the footer of my report that takes a column that can store up to 5000 characters, but the TextBox in the footer can't take 5000 characters due to its size. In my tests, the TextBox ...
3
votes
3answers
1k views
how can i pass a parameter from ASP.NET to SSRS Report?
I need to pass a value as a parameter from ASP.Net application to SSRS Report.How can i do this?Can anybody help me ?
Thanks in advance.
3
votes
1answer
665 views
SSRS Report Manager Report names
Is it possible to have SSRS's Report Manager display a report name that is not the .RDL file name?
I.E. I have a Report .RDL named "MyReportAboutSomeImportantStuff.RDL" but I want the Report Manager ...
3
votes
3answers
128 views
Large Reports for MSRS
I have a report that needs to be able to render a very large amount of pages (about 4500 in this instance) in a web browser. The total time needed to finish on the report server from start time to ...
3
votes
5answers
11k views
SQL Server Reporting Services - Set default value for multi-value report parameter
I have a report in SSRS and one of the parameters I use is Cities. The user can select from a list of cities to pull the report for that location, or multiple locations. My datset is simply a select ...
3
votes
1answer
2k views
String aggregation in SSRS 2005
Using BIDS 2005 to create rdl reports. I want to have the report aggregate all the strings in a data group. I was looking for something along the lines of Concatenate(Fields!CompanyName.Value, ","), ...
3
votes
5answers
7k views
How to get named excel sheets while exporting from SSRS
Whenever a single page report is exported to excel, sheet in excel is named by the report name.
If a report has multiple pages, the sheets are named as sheet1, sheet2,....
Is there any way to specify ...
3
votes
4answers
6k views
SSRS giving a blank page at the end of report
I am getting a blank page, at the end of my report in SSRS 2005.
I have a header logo and footer date values, and I have set the both to PrintOnLastPage = False, but I am still getting a blank last ...
3
votes
2answers
532 views
SSRS 2005 Report Automatically Rendering
I have created a number of SSRS 2005 reports, and provided a number of parameters for each. Each of the parameters have default values, and therefore the report automatically renders when someone ...
3
votes
2answers
995 views
Dual Axis Graphs - Reporting Services 2005
I have a need to output a graph in reporting services 2005 with 2 Y axises. It does not appear that this is possible in RS2005 and I have no idea what options may be available to me. It sounds like ...
3
votes
3answers
2k views
SQL 2005 Reporting Services custom report item (CRI) - what are the limits?
Reading MSDN (and other sources) about custom report items (CRI) for reporting services 2005. It looks like I'm limited to generating a bitmap. Not even with some mapping overlay for detecting mouse ...
2
votes
1answer
60 views
DataMethod Parameters in SSRS
I wrote a datamethod for my SSRS report as seen below. I created a parameter called county and it is working fine.
When I tried to change the multivalue property of the parameter to true it stopped ...
2
votes
2answers
80 views
how to optimize my sql query
I want to optimize my sql query which i have written earlier (please see below attached sql query). This query is straight forward and very simple but this needs to be modified as it is failing at ...
2
votes
1answer
311 views
How to control non-existent data items in SSRS chart at runtime?
we have created a SSRS report with a big chart that have multiple entries in values
its a line chart so it is having many lines ( as number of entries in the value section)
we need to control the ...
2
votes
1answer
171 views
Using Report Parameters in Header
I've read other posts that recommend using parameters when displaying dynamic data in the header because it renders correctly in pdf. I am trying to implement that solution but have run into an ...
2
votes
1answer
270 views
Report Parameters in Report Builder 1.0 - Drop-Down Lists Not Appearing
I've been playing with Microsoft Report Builder 1.0 recently as we were asked to create an ad-hoc reporting model for some of our users to create their own reports.
When adding filters to reports ...
2
votes
2answers
35 views
Alternative to VS for editing RS reports?
Title pretty much says it all. VS works I guess, but it's definitely pretty clunky in a lot of ways, and I was just wondering if there was some third-party alternative that's better.
2
votes
1answer
145 views
How pass in the URL Cascading Parameters?
I'm using SSRS 2005 and I passed through the URL parameters to my report, but I only accept the first parameter and the second not because they are cascading, meaning that the parameter SecondAge ...
2
votes
2answers
1k views
How do I add a footer row displaying row count to a matrix in SQL Reporting Services?
I have a matrix on my report that is displaying a data set that contains one row for each person in a company:
Company Position Name
------- -------- -----
Acme Inc. CEO Bob
...
2
votes
1answer
240 views
SSRS simultaneous A4 / US Letter formats; strategies, workarounds?
We have a project that will involve reports being produced in both A4 and Letter formats.
Obviously this can be done dynamically but will screw formatting up big time.
What are your ...
2
votes
1answer
353 views
Making sense of the ReportServer.dbo.Schedule table
Hi I am trying to make a report that lists all the subscriptions on our report server, the report they are on, the times and days they are run on, and the reccurence. So far I have been able to get a ...
2
votes
0answers
126 views
SSRS 2005 Subreporting Performance Concern
I have a report which, when rendered on its own, has the following performance times (taken from ExecutionLogStorage table):
TimeDataRetrieval: 6776
TimeProcessing: 142
TimeRendering: 30
When ...
2
votes
1answer
420 views
Always select all in SSRS cascading parameters
I have 2 parameter lists. 1 is Owner and 1 is unit which is dependent on owner. These are multiselect parameters.
By default select all is chosen for both so right when you enter the report select ...
2
votes
2answers
137 views
SSRS if string says this then change it to this
I have a field in SSRS and it returns from SQL saying "Incomplete"
In SSRS I want to say anytime this field says "Incomplete" to change the string to "Pending"
This has to be done in SSRS.
Thanks!
2
votes
1answer
1k views
SSRS 2005 Set SimplePageHeaders on the report instead of the server?
I have one report that does not export to excel friendly from SSRS 2005. I know I can use
<Render>
<Extension Name="EXCEL" ...
2
votes
1answer
740 views
Variables to input in file name for Reporting Services subscriptions
Is there a list anywhere that lists all the variables I can use in file names for report subscriptions from within SQL Server Management Studio? I currently use @timestamp in my file names, but would ...
2
votes
1answer
414 views
Can I make a matrix row group span its child groups in SSRS?
I have a matrix, whose rows are grouped into two groups. A class, and a time for that class. The class cell is going to end up being several lines long, and I'd like the rows for each time slot of the ...
2
votes
1answer
353 views
How do I convert an INT into HH:mm:ss using SSRS 2005
Ok I need to display total talk time of an agent that is coming into SRSS 2005 from SQL 2005 as an INT.
For the life of me I cannot figure out what combination of expression editing or format ...
2
votes
3answers
394 views
Why is Reporting Services report vastly slower than its query?
I have a query that takes roughly 2 minutes to run. It's not terribly complex in terms of parameters or anything, and the report itself doesn't do any truly extensive processing. Basically just ...