I am using visual c# 2010 express edition and sql server 2008 R2 Express to develop a software. Now I need to create reports in c# based on the data that is stored in the sql database.
I have a WPF billing solution that is deployed using ClickOnce for more than 500 users, CrystaReports2010 were used for reporting, 85% of the users have WindowsXP installed on their machines :(
I\'ve got an ASP.NET application that has a ReportViewer control on it: <rsweb:ReportViewer ID=\"rv\" runat=\"server\" ProcessingMode=\"Remote\"
i want to use dataset returned by web service for reports in visu开发者_如何学Pythonal studio, i m using c# & asp
I am using vs2010 and getting this error \"The report definition has an invalid target namespace \'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition\' which cannot be upgraded.
Is it possible to have the LOCAL mode RDLC reports to work in the load balanced environment? For example, is it possible to have paginations in RDLC report? If so, how wo开发者_如何学Culd the pagina
i have created web site in Web Developer Express. Now i am going to add some reports 开发者_如何学Pythonto project. so i am using Report Viewer web control. You know that it is not in toolbox by defau
is it possible to have a column on the right end of the matrix table which is repeated on each page and shows alwasy the total sum of all data of t开发者_如何学运维he row.
I am developing some reports using ReportViewer and at certain point I have to connect to an Oracle database to retrieve some data and store it in a DataTable.
Is there any way I can create a report without using (.xsd) DataSet? I don\'t want to go through that way, I want to u开发者_如何学运维se SqlDataSource.