SQL Server Reporting Services, a web based reporting tool produced by Microsoft and bundled with SQL Server.
0
votes
0answers
24 views
Displaying Hexadecimal Characters in Reporting Services Report
How do I properly display hexadecimal characters in an SSRS report?
These characters: http://www.htmlhelp.com/reference/html40/entities/special.html
E.g., “ should display as left double ...
0
votes
0answers
19 views
Calling a MySQL stored procedure with parameters in SSRS reporting through ODBC
In SSRS, when I pass hard-coded values to my stored procedure, it works fine. But it doesn't work when I try to pass the parameters.
Can you please tell me the right syntax for calling MySQL stored ...
1
vote
1answer
19 views
SSRS Deployment
I have developed and deploy my reports on report server in LAN. but I want to deploy my reports on report server which is not in LAN. means I need a setup or package which can run at client end ...
0
votes
1answer
28 views
Image fades on the SSRS report
We have a SSRS report built using Report Builder 3. There is a coloured logo on top of this report which is displayed correctly when see the report on screen, print it or export it to Word. However ...
0
votes
0answers
32 views
SSRS Reports Design Standards and Guidelines Document [closed]
We've just started to create reports for out under developed application using SSRS. To make the layouts, formats, namings, etc consistent across all reports, we should create a Reports design ...
0
votes
0answers
59 views
SSRS email subscription fails intermittently with “The e-mail address of one or more recipients is not valid”
I have an SSRS server sending mail via smtp to a list of users.
These are all internal users with email addresses of the form [email protected]
An email subscription run at 18:05 used to work, ...
1
vote
1answer
39 views
How to create column
I am new to ssrs report designing can any one help me in this
I have two question
1) How to create a column to input user data and after that I need to perform some operations on data enter by ...
0
votes
1answer
50 views
SSRS Bar Chart Issue
I have a Bar Chart that I am trying to limit Sales data to specific Months. I want a SUM of Sales $ for 2012 and a SUM of Sales $ for 2013. The Month Names are formatted like January 2012, January ...
1
vote
0answers
114 views
SSRS Timeline Chart for each day / minute
I'm asked to make a Timeline Bar Chart with SSRS 2012.
There should be 1 chart per day/employee, and this chart should have a x-axis of 1440 minutes (or 24 hours).
The bar should have 2 different ...
2
votes
2answers
187 views
Can I programmatically generate reports that are emailed as Excel docs from SSRS?
I've searched already and don't see (or can't decipher) a solution for my issue. I have SSRS emailing a report for 1 district (with 12 retail stores). However, each Region has over 8 Districts, and I ...
2
votes
2answers
93 views
Issue With SSRS Emailing Reports As PDFs
I have a strange issue that I'm unable to find the answer to online or by looking at it myself.
Basically when I set up an email subscription for a report I've created in SSRS Report Builder (2008); ...
4
votes
0answers
115 views
SSRS appears to be ignoring Permissions set using Report Manager
I have setup SSRS on SQL Server 2008 in native mode.
As an administrator I can login to report manager, upload reports and run them, and also use the Web Service URL to generate reports.
I have also ...
0
votes
0answers
246 views
SSRS report viewer - log on failed (rsLogonFailed)
I was redirected here from StackOverflow...
I have set up a web based report viewer using the SSRS reportviewer control (sql server 2008 r2) including the ability to specify credentials.
When I ...
0
votes
0answers
43 views
Include dataset/datasource when downloading report builder
I'm trying to solve the following problem with SSRS 2008.
What I would like to do is when a user clicks on the Report Builder, include with the report (?, needs clarification) the datasource and ...
2
votes
0answers
156 views
SQL Server Reporting Services Slow TotalTimeDataRetrieval Fast ExecuteReaderTime
I wrote a report that is executed by a few hundred users each day and the underlying stored procedure for the data set only takes milliseconds to execute. According to the ...