0
votes
1answer
9 views
SSRS - Still no local rendering of 2008 reports in the latest viewer?
I can't believe this - I just starting developing an SSRS report, using a SQL 2008 Report Server project in VS 2008. When I try to render the report in the VS 2008 ReportViewer control, I get this …
1
vote
1answer
7 views
Get list of reports from SSRS?
I've just started working with SSRS and so far I've been able to show reports in my Winforms app using the ReportViewer, by hard-coding the report path. I would like get a list of reports from SSRS …
0
votes
1answer
11 views
SSRS - How to render child datasets
I'm designing a SSRS report in Visual Studio for use as a local report (so a SQL Server is not involved).
I have a table with customers/addresses that has the following columns:
AddressID
Firstname
…
0
votes
0answers
3 views
How to avoid summing of numbers in report model in SQL Server Reporting Services
In a report model I have some entities which have attributes which are integers (set to integer datatype) but should not be summed or aggregated in any way.
For examples ID's.
But when I create …
0
votes
0answers
13 views
Report fails with ‘A severe error occurred…’
I have a report that calls 5 stored procedures, 3 of which are used for the display of data.
The stored procedures work fine if called from Query Analyzer.
However in Preview Mode in Visual Studio …
0
votes
0answers
7 views
ReportViewer Table
Hi,
Any idea how can i accomplish the next scenario in a rdlc?
I have some rows (PrimaryKey,col1,col2,col3)
I want to display a table like this:
Labels of my fields......| FirstRowValues......| …
0
votes
0answers
2 views
App.config for Data Provider Extension in Sql Server Reporting Services 2008
I am trying to create a data provider extension for SQL Server Reporting Services that will call a WCF services. I have the data provider extension configured and executing, however, when making the …
2
votes
0answers
14 views
Using a shared data source for dynamically generated and deployed reports
I'm dynamically generating RDL files for SSRS 2008, assembling my reports from "building blocks" which I defined as reports on Report Server, and which I use as subreports on my generated report.
On …
0
votes
1answer
8 views
SSRS 2005: Group page numbers resetting, view xx from xx
I tried to find any solution, saw a lot of similar questions on different sites, but still have no appropriate solution.
So, the situation is following:
On SQL Server 2005, Reporting services I have …
0
votes
0answers
10 views
Report Builder 2.0 - SSRS - filtering in Row Groups: how to show only filtered values in the totals?
I have an aging report with totals per patient and per month.
I need to have months as column groups and patients as row groups.
plus I need to filter out patients, whose totals overall (for all …
0
votes
1answer
22 views
Defer report execution until after parameters are chosen
The first time a parametrized reporting services report is called it is automatically executed with the default parameters which takes too long.
Is there a way to prevent the report from being …
0
votes
1answer
19 views
Render PDF in SSRS 2008 with digital signature block.
We are using SSRS 2008 to render pdf reports for our users. They would like the capability to digitally sign these reports. Is there anyway to add a digital signature block to a pdf file using SSRS …
0
votes
0answers
8 views
SSRS and MDX causes VStudio to crush
Hi
I am trying to generate a report using reporting services in visual studio 2005. the data source is in MDX DB and was created successfuly. When I save the query in the query builder window it …
0
votes
0answers
14 views
SSRS Chart w/Series and Mean
Hi all,
I have a chart I'm making in SSRS.
My database is returning data like this:
Period Name, Question, Answer, Count, Mean, Median
Nov 09, Can Haz Chezbrgr, Yes, 5, 4, 3.1
Nov 09, Can Haz …
0
votes
1answer
18 views
SSRS2005 timeout error
Hi
I've been running around circles the last 2 days, trying to figure a problem in our customers live environment. I figured I might as well post it here, since google gave me very limited …
