reportviewer

Passing Parameters to Sub Reports in RDLC Under VS 2010

Currently I'm working on a reporting website in VS 2010 using ASP.Net 4.0 and the 2010 RDLC designer. The report I'm building is similar to a Master-detail report, but I'm trying to do it with nested tables. My issue is that I'm trying to pass a field value from my main report to a sub report. The table setup looks something like this: ...

A data source instance has not been supplied for the data source

I'm currently trying to dynamically send an rdl report to my ReportViewer .net object. I keep getting the error when I do it: A data source instance has not been supplied for the data source "blah" I'm trying to define "blah" in my code behind at runtime. ReportViewer1.ProcessingMode = Microsoft.Reporting.WebForms.ProcessingMode.Loc...

reporting service network credentials.

Hi, receiving the error: "Property or indexer 'Microsoft.Reporting.WebForms.IReportServerCredentials.NetworkCredentials' cannot be assigned to-- it is read only" within this line: reportviewer1.ServerReport.ReportServerCredentials.NetworkCredentials = new System.Net.NetworkCredential("someaccount", "somepassword"); ...

issue with backspace in navigation window WPF

Hi, Does ayone ever solve this issue (http://www.clariusconsulting.net/blogs/kzu/archive/2007/12/26/NavigationWindowWinFormsHostandTextBoxesbackspacebug.aspx)? tried those 2 solutions but no luck thanks ...