I want to write rdlc\'s row count to 开发者_运维问答on page. How can i do that? ThanksThis url will show you what you need to know: http://msdn.microsoft.com/en-us/library/ms159673.aspx#RetrievingRow
I have successfully connected to DB2 database using db2jcc.jar and now facing another issue. When i create a dataset and preview it. BIRT viewer throws following error.
On the application I am currently working on, we need a way for users to generate reports in Microsoft Word or Excel format (export and print).
Closed. This question 开发者_如何转开发is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I started learning .net about 3 years ago. I have gone thru a boot camp during that time learning OO and various data access technologies such as NHibernate, Subsonic, LINQ TO SQL.
I\'m familiar with aggregating junit test results within a single build, but are there any tools that let you aggregate results across different builds?
BACKGROUND I\'m writing a method that will (eventually) take as input a System.Data.DataTable and render it as an (simple,tabular) SSRS report into a Winform using the Microsoft\'s ReportViewer Cont
Maybe not specific to reports but still... In my asp.net mvc web application there\'s a section for reports that show 5 columns of data that map almost directly to a table in the db.
I\'m looking for reporting solution for .net, my company has used Crystal Reports XI (and its Server edition) and SQL Server Reporting Services for our previous projects. However we\'re going to devel
I have a c开发者_JAVA技巧onditional sum in my grouping =sum(iif(Fields!Letter.Value=\"Service\",0,Fields!Mailed.Value))