I\'m pretty new to Reporting Services though I have a lot of experience with Crystal Reports and databases (and MS Access reports if that counts ;-). Anyway, I created simple reporting project in VS20
I am trying to add the variable SName to the report header. I copied this =First(ReportItems!SName.Value) after reading this http://msdn.microsoft.com/en-us/library/ms252093%28VS.80%29.aspxand it work
VS2008 ReportViewer won\'t work in local mode with SQL 2008 reports (e.g. created with Report Builder 2.0). As far as I know that Beta2 includes updated report viewer: from this topic it seems that th
I wrote a c# program that displays rdlc reports locally using the .net reportviewer.I can\'t figure开发者_运维知识库 out how to set page size to \"Legal\" instead of \"Letter\" when the reportviewer l
I have an SSRS report that has a Comments fiel开发者_如何学编程d where there\'s enough text to span multiple rows per record.It renders fine in the ASP.Net ReportViewer control, but when it\'s exporte
I have set up SSRS on my localhost, and used BIDS to create a couple of reports on them.They access data from the same SQL Server where the SSRS is depl开发者_C百科oyed, and when I preview them they r
Ok I have a reportviewer that has worked perfectly up untill now, now all of a sudden it never gets past the \"Report is being generated\" message. The code up untill the Report.RefreshReport() is exa
I\'m using reportviewer and I would like to add an unknown number of images to the report on runtime.
I have a WPF application that I would like to present SQL Server Reporting Services sql 2008 reports in. I understand we have to use host widow control and then in report viewer control. I want to use
When exporting my simple data report to Excel (Using ReportViewer in localmode) I can sort the table data fine but I have images in all of the rows and they do not sort with the data.