0
votes
1answer
13 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 ver …
0
votes
3answers
30 views
Querying a view vs tables in SSRS Dataset
Is there a best practice when it comes to using Datasets in SSRS? Should I be writing a query for the dataset that pulls directly from tables, or should I be creating a view in the …
0
votes
3answers
50 views
SSRS show value only on last page in body of report
I'm attempting to show a sum in a table footer on a report. It will be in the body of the report and can't be in the header or footer. The table footer repeats on each page but s …
0
votes
0answers
11 views
How can I get the date format from an SSRS report from the web service interface?
I get report params in C# code from the webservice as follows:
ReportingService2005 ReportingService = ConnectToSSRS();
ReportParameter[] ReportParams = ReportingService.GetReport …
0
votes
0answers
12 views
Visual Studio 2008 Report Server Project Design View not working.
When I create a new Reporting Services report or try to open an existing report (that has been working) in Visual Studio 2008. I cannot view the design. I get no error message and …
0
votes
1answer
20 views
SSRS 2008 - Uniform Chart Legends for multi-chart report
Okay, I have a report with multiple charts in it. I have tried a few different ways to get these charts to format the legend the same way, but i have failed. My goal is to make t …
1
vote
2answers
28 views
dynamically create parameter at runtime for ssrs
I am using Visual Studie 2005 and SQL Server 2005. I trying to run some ssrs reports that I created on the server. Can I create paramters at run-time in my code even though I did …
1
vote
0answers
13 views
SSRS + e-accute (é) + Chart = Rendering issue
I've got an SSRS report that contains a table and a chart. In the table, the name Café shows up with no problem, but in the chart it gets escaped (rendered as Café).
I'm …
0
votes
0answers
27 views
SSRS Conditional Top Border Not Showing
My issue is occuring in Sql Server 2005 Reporting Services. It is happening in the preview area within Visual Studio and when exporting the report to .pdf from the report server, b …
0
votes
0answers
16 views
Reporting Services custom assembly: accessing report parameters
I'm writting a custom assembly to be referenced in a report. I'd like to be able to access the Report object from that assembly, so that I could then access the report parameters a …
0
votes
0answers
17 views
Show Parameters for Reports In SSRS
I'm developing an SSRS in Visual Studio BIDS. In it, I have a link that links to another report (report A). Report A has 4 parameters (dates). When I click on that link, it goes to …
0
votes
1answer
15 views
SoapExceptions error: The property ‘Name’ is read-only and cannot be modified or deleted. (SSRS)
Hi,
I have created a Windows Application based UI using C# to enable users to manage the items of the Reporting Server. One of the functionalities I have implemented was to right- …
0
votes
1answer
23 views
Dynamically render a DataTable into a Winform using the SSRS ReportViewer Control
BACKGROUND
I'm writing a method that will (eventually) take as input a System.Data.DataTable and render it as an (simple,tabular) SSRS report into a Winform using the Microsoft's …
0
votes
1answer
60 views
Localization of Reporting Services-Reports (.rdl / .rdlc-Files)
Hallo,
i need to localize a Reporting Services-report (.rdlc) and i would like to do it using a ressource-file (.resx).
I found pages like this and that and they use custom code t …
0
votes
1answer
25 views
SSRS Local Mode Report zero displaying as blank
Hi,
I have a SSRS (SQL Server Reporting Services) RDLC local mode report that is populated by an object data source. However the data from the database is returned as 0 but the r …
