Tagged Questions
0
votes
1answer
31 views
How to add rows/columns to the table in runtime in SSRS 2008
Usually we design the table to have x number of rows and y number of columns in a report. But how can we create a report which adds the rows and columns dynamically at run time based on the result of ...
0
votes
0answers
25 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
1answer
32 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
260 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 ...
2
votes
1answer
226 views
SSRS max upload size limitations
We are working on a WiX project for deploying our large application (the server side of the application, that is.) The customer has the choice to have the application server, the SQL Server and the ...
2
votes
2answers
190 views
SSRS Report dependencies
Is there an automatic way to track reports and their dependencies for SSRS? What I want is a map/tree where I can see whether a report depends on a other report or subreport.
So far we did this by ...
1
vote
1answer
3k views
Page setup and print layout in SSRS Report
I'm creating a SSRS report using BID 2008 and have a couple of questions, your help would be much appreciated.
Why the page layout on the report is different from print set up? For example I have ...
1
vote
1answer
289 views
rsExecutionNotFound when directly accessing an SSRS report
I have an SSRS report that can I access from the Web Portal but once I try to access it directly through the URL, I get the following error: Execution 'xxx' cannot be found (rsExecutionNotFound).
I ...
0
votes
2answers
371 views
Date and time parameter In msrs report
Hi I am looking to set up my report so the start date will always be say '14-09-2011 00:00:00'
And the end date will always be '14-09-2011 23:59:59' Or in other words Start date will be 00:00 and end ...
2
votes
1answer
854 views
How to do Row Level Security in SSRS 2008 R2 (or 2012) with Active Directory Groups?
I would like to create a single report that filters data based on what Active Directory group the user is in.
Through various searches I see that Row Level Security is possible in SSRS in the Report
...
-3
votes
1answer
286 views
Performance Improvement in SSRS' Reports
There are reports build in SSRS 2008 by some user. I need to improve the performance of the already-build reports. The reports fetches a lot of data and run very very slow.
I googled and found ...
0
votes
1answer
158 views
Stored Procedure is not returning complete result
I am using the query as mentioned in the answer accepted in the question located at Stored Procedure doesn't show result in SQL Server
Now when I run this SP with the values provided in the ...
0
votes
1answer
45 views
how to pull data source information on data-driven subscriptions
I would like to know more about the data-driven subscriptions on our ReportServer. I am specifically looking for what shared data sources are being used, but the connection string would also suffice. ...
1
vote
1answer
220 views
Microsoft SQL Server 2008 R2 Subscriptions
I have an installation of SQL Server 2008 R2.
In the subscriptions section I do not see an icon or button to create data driven subscriptions; in the previous installation of SQL Server 2008, I do ...
5
votes
1answer
432 views
SSRS Merge Data Across 2 Group Values
I have created a report for SSRS 2008 which produces the results below.
What I am looking to achieve is for those results in pink, AD, to be under both AM and PM with the text centered i.e. merged ...
1
vote
0answers
238 views
Keep original column names in SSRS report designer 3.0?
I have queries returns a lot of (over a hundred) columns which names contain important underscores, >, < and Uppercase/lowercase characters. However, when creating the reports, SSRS designer (3.0) ...
0
votes
0answers
400 views
Sys.WebForms.PageRequestManager Error in SSRS
When i am executing on SSRS report i am getting below error
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code ...
20
votes
1answer
426 views
Reporting Service and Application Role
First poster, long time lurker here.
What is the best way to activate application role in a report ?
I've tried different things and so far the only method that works is to embed the call to the ...
