I have an existing class structure in place and want/need to use that as a data source for a series of reports using vb and 2005, (though we are almost ready to move to 2010, so if that will solve thi
Is it possible to display dynamic number of tablix(es) in a report? That开发者_JAVA百科 is, if we do not know the number of tables/tablixes to be displayed in advance.
This expression always print #Error on my report =IIF(ISNOTHING(Fields!f2.Value),\" \", Fields!f2.Value* Fields!If3.V开发者_开发问答alue)
We can run the ReportViewer in a ASP.Net Web App project that is off the root OK so localhost/test/report.aspx works.It\'s running as a Client Report. But if we move the application 开发者_高级运维up
I am writing an ASP.开发者_如何学运维NET app that uses a SQL Server 2005 with SSRS setup.I want to use the ReportViewer control but I get an error when using ReportViewer 10 because it needs SSRS 2008
In Microsoft ReportViewer Web server control I have a report in RDLC that \"binds\" a table to a开发者_高级运维 datasource. Are there any events fired that I can hook into on each cell/row so that I c
I have problem using reportviewer with asyncrendering set to false, the report showing this error message:
My problem relates to trying to include an SSRS (SQL Server) Report inside my MVC application. I\'ve settled on the hybrid solution of having a WebForm with the ReportViewer Control in and then on m
I have created a winform for the users to view view the many reports I am creating for them. I have a drop down list with the report name which triggers the appropriate fields to display the parameter
We use an Reporting Services inside an ASP.NET web application. (We have an *.rdlc which is presented to the ReportViewer web control in our page). Our ASPX page wires up a few report parameters in co