reporting-services Questions
5
Solved
When I try to access the SSRS Web Service URL (e.g http://SERVERNAME:1234/ReportServer/), it provides me with an Error 500. However, the Web Portal URL (http://SERVERNAME:1234/Reports/) works just ...
Downpour asked 10/2, 2019 at 15:0
5
Solved
I have SQL Server Reporting Services 2008 and when I open the following URL:
"http://localhost/Reports/Pages/Report.aspx?someReport"
I'm getting report screen in which I fill my parameters and...
Fears asked 7/8, 2012 at 12:30
4
Solved
I have a report that needs to be output in either English or French (based on a field value).
I have copied the text from the Word document to the SSRS package, and all French characters show as t...
Kalif asked 19/2, 2013 at 14:44
15
I understand that there is definitely something wrong with my report (e.g. columns missmatcch) and I need to correct it but what I see is the WCF error message that hides actual problem and exactly...
Hardunn asked 23/4, 2014 at 8:50
7
This is stupid that I can't figure out how to do this. I'm in the SQL Reporting Services Report Manager website. I have some reports in a folder. I want to copy those reports to a different folder ...
Dysgenic asked 8/7, 2010 at 16:23
4
Solved
I have quite a complex SSRS report that I would like to export to Excel more or less how it looks in the web output.
Export to Excel and opening in Excel 2010 yields the following error:
Excel ...
Hoelscher asked 7/5, 2014 at 5:12
19
Solved
Have just deployed my Project on to my reporting Server.
I have multiple datasets which are referencing views which exist on the db on that server.
When I try to go into any report part I am gettin...
Pina asked 1/6, 2012 at 8:41
3
Solved
I have a rectangle.
I want to hide it if a field (X) is NOT NULL.
I tried this but it is not working:
=IIF(NOT IsNothing(Fields!filepath.Value), 1, 0)
I get the error:
An error occurred duri...
Bombsight asked 22/4, 2015 at 0:26
7
Solved
I have a report I am doing with SSRS 2008 with some rows that have multiple elements inside them. On the preview the row automatically expands to support the extra elements but however when I expor...
Duley asked 22/8, 2014 at 9:30
12
Solved
I am getting the above error while creating a report in SSRS. I am trying to get 2 data sets from 2 databases, and I did so by creating a master report with data from Dataset1, and a subreport with...
Potency asked 8/7, 2013 at 19:40
4
Solved
When I set a default value formula for a date parameter in SSRS, such as:
=CDate(”01/” & Month(Now) & “/” & Year(Now))
or even:
=Now
the date parameter control becomes disabled wi...
Alderete asked 29/3, 2010 at 21:37
4
I'm trying to develop a custom reports generation for my application, in which the user will dynamically input the model and its related model.And will select the related columns for which the repo...
Ninepins asked 5/11, 2015 at 11:5
6
Solved
Using the viewer control for display of SQL Reporting Services reports on web page (Microsoft.ReportViewer.WebForms), can you move the View Report button? It defaults to the very right side of the ...
Granulite asked 21/8, 2008 at 18:42
3
Solved
I have a Report Services instance that creates hundreds of jobs. The jobs are in serial format (ie. xxxxxx-xxx-xxxxx-xxxx-xxxx) and clutter up the jobs section view in SSMS. Is there any way to hid...
Hyde asked 30/7, 2012 at 14:56
5
Solved
I have created a custom library(CodeLibrary) which internally references the dlls Microsoft.TeamFoundation.Client and Microsoft.TeamFoundation.WorkItemTracking.Client.
I added this custom Dll code...
Umeko asked 21/9, 2015 at 22:18
2
Solved
Essentially, I'd like to have separate row counts per grouping. I believe I'm supposed to use RowNumber. This seems to have been discussed but I'm having difficulty due to the fact that my groupby ...
Gorden asked 22/4, 2013 at 19:20
4
Solved
I'm creating a report in SSRS and across the top I have a header with a placeholder for "Last Refreshed" which will show when the report last ran.
My function in the placeholder is simply this:
=...
Naresh asked 22/9, 2015 at 8:53
3
I have a fairly wide Tablix, and I would like to add similar expressions to each of the textboxes in the row. For example:
TextAlign:
=iif(ReportItems!TextBox1.Value<>0, "Right", "Center")
...
Hertford asked 9/11, 2012 at 16:34
8
I have a SSRS report in SQL Server 2012 which exports to Word and PDF which open in respective readers. However when i open the XLS file in MS-Excel i get the message asking if it should repair the...
Swabber asked 12/9, 2014 at 16:23
9
I'm trying to debug someone else's SQL reports and have placed the underlying reports query into a query windows of SQL 2012.
One of the parameters the report asks for is a list of integers. This ...
Acting asked 22/8, 2013 at 4:59
6
I am working on a SSRS report that uses a stored procedure containing a few parameters. I am having problems with two of the parameters because I want to have the option of selecting more than one ...
Brookweed asked 10/8, 2009 at 20:4
6
Solved
I have two report parameters that were set up automatically when I created their associated datasets. They are ReportID and CompanyID. The user selects a Company Name from a list box and a Report N...
Darlington asked 29/12, 2008 at 21:53
3
I have a Report in SSRS 2008. One of the columns contains a comma delimited set of values. An example cell displays:
Sting1, String2, String3
I would like to display these values in the cell on ...
Elvaelvah asked 21/7, 2014 at 15:54
3
Solved
We have 2 environments at work
one for SSRS 2016 and another for 2008
mistakenly I open one of 2008 reports in VS2016
now I cannot open it in 2008
how can I downgrade an SSRS report opened in 20...
Selfinsurance asked 29/8, 2018 at 23:33
9
Solved
I want to get a copy of all .rdl files in one server.
I can do the download manually one report at the time, but this is time consuming especially that this server has around 1500 reports.
Is ther...
Novosibirsk asked 17/10, 2017 at 5:34
1 Next >
© 2022 - 2024 — McMap. All rights reserved.