SQL Server Reporting Services (SSRS) is server-based report generator from Microsoft. It provides a full range of ready-to-use tools and services to help you create, deploy, and manage reports for your organization, as well as programming features that enable you to extend and customize your ...

learn more… | top users | synonyms (6)

0
votes
1answer
18 views

Matrix report - Page breaks for each column group

I'm using VS2005 to create my reports. I have a matrix report that works beatifully. I have country going down on the left hand side (row group called "matrix1_country_name") and data going across ...
0
votes
0answers
36 views

SSRS Center and Resize External Image

I'm using Visual Studio 2008 to create a report and I have an image control that I want to link to a dynamic file name that comes from my database. Unfortunately, they can be various sizes but need to ...
1
vote
1answer
44 views

SQL Server Report Builder - Show Count of Sub Groups

I have a SQL Server Reporting Services report that shows customer order data, but it's grouped as follows: Store Customer Customer Order Items So, each report is a grouping of stores, ...
0
votes
1answer
31 views

Select Statement based on user defined variable

I am trying to do a simple select statement based on the input of the user (SSRS). Help! select * from Table1 WHERE Case when @x = 'Yes' then (select * from Table1 where [Column1] < 0) end; case ...
0
votes
0answers
31 views

recursive UDF inaccurate in SSRS with embedded SQL

I am creating a report in Report Designer. The dataset uses a query that looks like: SELECT LE.Amount, dbo.fnMoneyToEnglish(LE.Amount) FROM tblXXX LE WHERE LE.ID = @ID The UDF fnMoneyToEnglish ...
0
votes
1answer
27 views

SSRS 2008 R2 - Export as PDF - Save/Cancel, No Open Dialog

Hopefully this will be pretty simple! I've googled around but apparently I'm the only person in existence with this issue. When I go to Export my report as a PDF, a dialog box opens that only has ...
0
votes
1answer
45 views

Report rsExecutionNotFound when exporting to other formats

I am using CRM 4.0 SSRS. I can display reports which take a long time. When a report displays I can export to Excel, XML or another file type within in 10 minutes. But after exactly 10 minutes, I ...
0
votes
1answer
39 views

How to I get cumulative monthly subtotals in SSRS?

I'm using SSRS to create a report which shows a lot of transactions according to a trade date. I've made a group on the month and year called 'grpMonthYear'. Inside that group I've made a subgroup on ...
1
vote
1answer
49 views

Use DataSet from C# code in a SSRS server report

I have a ReportViewer in an asp.net project which loads a report in ProcessingMode = ProcessingMode.Remote (A .rdl report that sits on an SSRS server) I have a DataSet which was generated somewhere ...
0
votes
1answer
25 views

Shared dataset appears for selection even after deleting from report server report builder3.0

I created a Shared Dataset in report builder 3.0 a week ago and stored in my "My Reports" folder on report server.I removed it the other day; however, when I go to create a new Dataset today...it's ...
0
votes
1answer
49 views

Using AND in Switch Expression in SSRS 2008 ( no nested IIF statement please)

In my ssrs Chart ihave two groupings category and series grouping and i have four block of chart, in each block i have different color: My question is how to say that in switch statement: ...
0
votes
2answers
48 views

web report viewer input string

For start : I have used the ASP.NET Report Viewer in a user control. I have the following user control : (aspx) <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, ...
0
votes
1answer
48 views

How to display an image from a SQL query that gives a file path in SSRS Report?

I am working on a report, which I would like to display an image in my database from a query with a parameter. For example: SELECT pictureATTACHMENT FROM myDatabase.dbo.ATTACHMENT WHERE ...
0
votes
0answers
37 views

Field content visible in a View not appearing in SSRS Dataset

I've created a number of calculated columns in a SQL Server 2008 R2 table and want to have the details displayed in a SSRS report. The view I'm using to show the columns is: SELECT ...
0
votes
0answers
12 views

MDX parameter drop down not working in Sharepoint inegrated mode

Hi I have an MDX report there is a parameter and every time a user sets up a subscription, the next day after the cube build this parameter is causing the subscription to fail. The error that I see ...
1
vote
1answer
113 views

Web API returning JSON content type instead of XML

I am brand-spanking-new to Web API. I am working on a proof of concept project for my team where we will create SSRS 2012 reports based off of Web-API XML data sources. However, the Web-API should ...
0
votes
1answer
25 views

How do I filter my states columns against a East/West parameter?

I have a report that has a column with different states. How do I filter those states from my parameter that has just East and West instead of individual states? My query for state list is: select ...
0
votes
1answer
30 views

Fields not displaying in SSRS report using Display method

I am trying to display the field in the SSRS report using the Display method. I created a display method in a table which returns the required value. I then selected that display method as the field ...
0
votes
1answer
68 views

Deploying 2012 SSRS Report to Azure SSRS? o365 SharePoint Online options?

I'm looking at the ssrs deployment guide on the Azure site and it says to specify a 2008 r2 target? is ssrs on Azure not 2012? can I deploy 2012 SSRS reports? Also it suggest I download report builder ...
1
vote
1answer
22 views

Formatting subtotals in a matrix report

So I have a matrix report where the formatting from my data cells is not inherited by the subtotals. I read this article ...
0
votes
0answers
38 views

Webservice Report Export ReportExecution2005.asmx 404 Not Found

I am trying to connect to a SSRS Server 2008 r2 to access the webservice. http://srsserver/reportserver/ReportExecution2005.asmx But whenever I tried to connect to the URL I get a 404 error. I ...
1
vote
2answers
27 views

How to manage odd record(s) in SSRS?

My SSRS report dataset generates 6 colums as shown below. Report is grouped by RepName. The portfolio column is populated with either A and B. A is regular name and B is odd name. Whenever there is B, ...
0
votes
2answers
24 views

calculation shows NaN error

In my visual studio report I have a sum of 2 textboxes that when calculated shows 'NaN'. The reason it does this is because the calculation for certain projects is 0. My simple calculation is ...
0
votes
1answer
32 views

SSRS Remote server access

An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'DSView'. (rsErrorOpeningConnection) The feature: "The edition of Reporting Services ...
0
votes
0answers
26 views

Inclusion of page footer in SSRS 2005 causing page header issues

I'm having an issue with a SSRS project where the structure of the master RDL is Page Header Sub-RDL 1 Sub-RDL 2 Page Footer The issue I'm having is with the header and footer. The header consists ...
-3
votes
0answers
32 views

Issue calling a MySQL stored procedure (with params) via a linked server (SQL Server 2010) using OPENQUERY syntax [closed]

How to call mysql stored procedure via linke server in MSSQL server ? can any one tell me the syntax ?
1
vote
1answer
33 views

Can I use different datasets according to the selected parameters using SSRS 2012?

It's the first time that I am using SQL Server reporting services. I have two date type parameters: Start Date & End Date. I can run the report correctly when I fill these two parameters with the ...
2
votes
1answer
33 views

Programmatically created SQL job: seconds omitted from StartDate

I'm creating an SSRS subscription programmatically and forwarding it to CreateSubscription method with parameter matchData as: ...
0
votes
0answers
26 views

In SSRS how to conditionally change the colour of a datalabel font on a chart when it appears on the bar

I have created a bar chart that shows values on data labels. The Data label is placed outside the bar But in some cases the label appears on the bar where the bar is too long. In this scenario ...
1
vote
1answer
96 views

Difference between SSRS and Crystal Report [duplicate]

I'm going to develop an application...Just wondering... What are the difference between SSRS and Crystal Report?[Visual Studio 2010] Can you provide pros and cons?
1
vote
1answer
40 views

The “NegativeNumbers” parameter is missing a value

I have a report in SSRS that has two datasets. One dataset NegativeNumbers returns one column with 0 or more values that are used in the main dataset. The problem comes when @NegativeNumbers has no ...
0
votes
2answers
94 views

SSRS 2005 column chart: show series label missing when data count is zero

I have a pretty simple chart with a likely common issue. I've searched for several hours on the interweb but only get so far in finding a similar situation. the basics of what I'm pulling contains a ...
0
votes
0answers
29 views

SSRS with Oracle, returning ref_cursor when given parameters in a SP

I'm working on converting some SQLServer reports to Oracle for SSRS and got the first one to work correctly. Now i'm working on the second one and the only difference is that it has input parameters. ...
0
votes
1answer
63 views

Dynamic Hyperlink in SQL Server Reporting Services SSRS 2005. Expression not resolving field?

SSRS 2005. Added a textbox> Properties> Navigation> jump to URL > Entered the URL, but can't seem to add dataset fields that resolve?? I tried inserting the Field via report builder dataset with no ...
1
vote
2answers
60 views

SQL Server 2008R2 SSRS Reports Cannot Connect To Datasource: Cannot create a connection to data source

We're attempting to deploy an existing SQL Server/SSRS configuration to a new set of hardware. SSRS is running on the same server as the SQL Server database we're trying to get reports from. Whenever ...
0
votes
1answer
23 views

Vary Data Set Parameter by Chart

I fear I am missing something very obvious here, but I am new to reporting services. I have a dataset that calls a stored procedure with a number of parameters. I want to create a number of graphs ...
0
votes
0answers
14 views

Using interactive sort on subreport closes the subreport

I have a subreport with interactive sorting enabled. When clicking on this sort in my subreport from the main report the subreport closes. When I open the subreport it´s sorted as wanted but the need ...
0
votes
1answer
65 views

SSRS - Count grouped by Column AND Row in a Tablix

I have an SSRS tablix similar to this: +----------+-----------+--------+--------+ | Total | RowGroup | Group1 | Group2 | +----------+-----------+--------+--------+ | Perdiod1 | RowGroup1 | Value ...
0
votes
0answers
10 views

Genuine solution for this error: “Unable to load client print control” [duplicate]

I was using SSRS 2008 R2 Reports in my MVC3 project. I have setted up everything fine in my development server (Windows Server 2008 with Sql Server 2008 R2 + SSRS Report server '08 R2). The reports ...
1
vote
2answers
65 views

Using .NET code to enforce granular data acess in SSRS

Here's a question that my team and I have been scouring the internet for help for, with little success. It sounds like (in our minds) a common situation and zeroing in on the best approach could be ...
0
votes
1answer
27 views

SSRS not loaded dll from .NET framework 4.5

I've created .dll in .NET Framework 4.5 and put it into SQL Server - Reporting Services - Report Server - Bin folder, and when deploy report from developer machine, i got this error: Error while ...
2
votes
1answer
51 views

SSRS - Export / Print Report in Custom Font Style Issue

We are using custom font style in our SSRS reports. The custom font is showing correctly on the Development machine, ReportServer, and also on the Company Portal. When I export the report to PDF, ...
-1
votes
1answer
45 views

SSRS Report Detailed Trial Balance error “The field with ID '0' does not exist in table 'LedgerTrialBalanceStagingTmp'”

I've been trying to open a report in the General Ledger > Reports > Detailed trial balance. In the form, I input a parameter for Ledger account.MainAccount. When I click OK, I got an error: Error ...
2
votes
1answer
82 views

Extra empty lines when using visibility and toggle in SSRS

I have this setup for my report, (Produkt = Product, Belopp = Amount) I have set the properties for the Quarter & Months as following: Hidden: True InitialToggleState: False ToggleItem: ...
-1
votes
2answers
28 views

Text justify center in SSRS report

In my SSRS report, I am getting texts to fill a table from a dataset (SQL Query). There is a particular line of text from the query that I'd like to be displayed center (i.e. justify center). Is ...
1
vote
1answer
22 views

Adding optional filter in SSRS

I have a multi valued parameter in my ssrs report. (Bus numbers) the question is how can I make the data set filter property optional? i've seen a blog that makes the filtering optional but my ...
1
vote
1answer
65 views

How to get the max of a sum?

Can anyone tell me how do I get the Max of a calculated field? Below is an image of my situation: Note that Flag is of type int. I want to write the expression in the image , but when I use it, it ...
0
votes
0answers
24 views

Why does “Select All” not generate a report in SSRS when it works in preview for BIDS?

I have created a simple report where I am querying from within Visual Studio. The Preview generates the report with the "select all" parameter just fine. After I deploy it to SSRS and I try to ...
0
votes
0answers
41 views

SSRS chart does not show

I am writing a small sales status report in SSRS. The top has monthly and daily summaries in four small tables. I added a couple charts, and then I added a pie chart. It looked great. I have never ...
1
vote
1answer
56 views

Parameters from Stored procedures Inside SSRS

I am trying to use SQL Server Reporting Studio (SSRS) to create reports that allow user to choose a database on sql server and based on the choosen databases information about tables on the database ...

1 2 3 4 5 141