Tagged Questions
2
votes
1answer
270 views
An unknown error occurred while processing the request on the server [closed]
I have an asp.net 4.0 application with a button that opens a SSRS report. This works fine on my development machine and I can open the report directly with report manager but when I try to access the ...
1
vote
1answer
212 views
Convert spatial points data to line data for use in Line Layer in SQL Server Reporting Services (SSRS)
I have a query that returns the fields Order, Lat, Long, SpatialData, <OtherStuff>. SpatialData is a point.
I want to create a line layer that draws lines between my points based on the order ...
2
votes
1answer
30 views
How to set the language of a doc to a DB field
Is there a way to set the language of a document body to a value fetch from the DB in SSRS? I tried with a simple expression and I got this error. I wonder what the best workaround is
3
votes
2answers
295 views
can I add a custom SSRS e-mail subscription that forces the “TO” address
I would like to know if it is possible to add a custom delivery extension(?) in SSRS that will enable me to force a value into the "TO" address for particular subscriptions?
Big picture: I am ...
0
votes
1answer
251 views
Can you rename or name Reporting Services jobs?
In Report Manager you can create schedules, either shared or one-of's. When you create these schedules a job is created in SQL Server with names that look like guids. IS it safe to rename these jobs ...
4
votes
1answer
328 views
How to query EndDate value from ReportServer..Subscriptions.MatchData
In SQL 2008 R2, I'm putting together some administrative queries on SSRS metadata to check proper configuration, and other sorts of proactive things.
While querying the ReportServer db, I've been ...