I have an Item in the Header in SSRS 2005. It is filled based on code that returns a value based on a report item in the body. When 开发者_如何学Cviewing on screen it shows correctly. When printing or
I have a dataset that is showing the correct data, but putting it into a stacked bar chart and using the RunningValue function to try and plot it cumulatively is giving numbers that start way higher t
I have a dilemma. Here is my set-up: ASP.NET/NET 3.5 web application build using standards(DB layers, BL l开发者_Python百科ayers, etc...)
I\'ve visual studio 2005 installed in one machine (dev machine) and SQL Server 2005 installed in another machine. But only when we install SQL Server with SSRS, we get the Business Intelligence Projec
I have a report .rdlc the report contains 4 lists all contained within each other (so there are 4 levels):
I\'m attempting to add a web reference to my ASP.Net 3.0 project. This is a reference to the SQL Server Reporting Services web service. I have verified the service is up and running, but when I try to
I have a SSRS report which is using Business Object Provider. Th开发者_运维技巧e dll has a connection with Oracle server. Whenever i run the report i keep on getting this error message:
I am having开发者_运维知识库 difficulty getting images to display when I render a report.The text all renders fine, but the images appears as broken.How do I fix this?
Does the asp.net ReportViewer control work with LinqDataSource? If so are there any examples out there?
We are considering building a custom data processing extension for Microsoft Reporting Services in order to allow us to report directly off of our data objects.