0
votes
1answer
23 views
Best Font Face for Printed Report [closed]
I know! It isn't programming related... But It is a programmer related question!
Most of us have to develop reports to be printed once awhile.
So, What font do you think looks good and formal for …
0
votes
0answers
10 views
Is there a .Net Reporting tool that uses Office templates?
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).
One of the requirement is that the users would create …
0
votes
3answers
96 views
sql join history table to active table SSRS report
I'm trying to pull results from a database (sql server 2005) which takes 4 tables:
Subscriber S, Member M, ClaimLines L, ClaimHistoryLines H
Query is as follows:
select S.SBSB_ID, M.MEME_NAME,
(CASE …
0
votes
1answer
35 views
Jasper Reporting Tutorial
Hi. I am looking for a walkthrough or tutorial for jasper reporting. I have tried searching fortutorials but each tutorial has it's own way of using it. Some are shortcuts and some are incomplete. Can …
1
vote
1answer
45 views
ASP.NET Consolidated Report
Hi there
We have an ASP.NET 2 application and at the moment for the reporting, we are utilising DataSet/DataTable taking some storedprocedure/query and display on the screen (grids). For the …
0
votes
0answers
17 views
Reporting framework that can export to a word document with editable charts.
Has anyone got any recommendations for a reporting framework, where it is possible to export into a word document and have charts editable inside MS Word. By this I mean the user should be able to …
0
votes
1answer
156 views
BIRT: PDF - Generation Time
Hello!:-)
I'have a report, where the html generation for a preview takes about 39 seconds. When i try to preview the report in pdf, it's not done in 4 Minutes. Is that normal? My other reports have …
7
votes
3answers
234 views
Test Reporting
We are migrating our test report data (unit, regression, integration, etc..) from an XML format to a database format for better analysis. Right now the majority of our test analysis is done using the …
0
votes
1answer
13 views
How can i access report’s row count
Hi there.
I want to write rdlc's row count to on page. How can i do that?
Thanks
1
vote
1answer
67 views
.Net Template Engine/Report Solution
I am looking to add custom reports/forms to a web application. I want users to be able to upload a report definition/template file and then be able to print out a PDF or word document (one or the …
0
votes
0answers
7 views
Reporting with DB2
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.
didn't wanna try EF …
0
votes
1answer
454 views
Custom Calculations in a Matrix - Reporting Services 2005
I am writing a report to show gas usage (in gallons) used by each department. The request is to view each month and the gallons used by each department. A column is required to display what each …
0
votes
0answers
17 views
Open Source & Free Adhoc / End User Reporting Tool
Hi,
I am looking for an Open Source & Free Browser based Adhoc / End User Reporting Tool preferably based on Java (any other technologies are also welcome).
I have researched on JasperServer …
0
votes
2answers
25 views
Insert image to reporting project into iif
I would like to insert an image into this expession instead of True and False
=IIf(Sum(Fields!cont.Value, "DataSet7")<>Sum(Fields!tot.Value,
"DataSet7"), True,False)
i would like to insert …
0
votes
2answers
25 views
JUnit Result Aggregation
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?
I'd like to discover which tests failed most …
