reports

In POS applications, what are X, Y and Z reports?

In POS applications, what are X, Y and Z reports? ...

[SSRS] Parameter Validation on Reports

I'm new to SSRS, so I apologize if this question is too simple: I have a report which accepts a parameter called "Amount". I want to constrain valid inputs to currency values >= 0, and pop open an error message if the user enters improper values. I don't want to validate inputs in my stored procedure and throw exceptions, because SSRS ...

SSRS in Visual Studio 2008: Relative image paths?

I have a header image that needs to be repeated in the header of multiple reports. I am aware that you can add an image to a report and point to a path where the image file reside, like file://C:\path\to\Reports\Images\logo.gif, but that path can and will change when the app is deployed. I tried using a relative path like (assuming the ...

TestNG, multiple suites, possible to merge reports?

So here's an issue at my work. I've got a few testng cases that, if run within the primary batch of test cases, wreak havock throughout the other test cases. Rather than going through and changing all our test cases, I've made a group for the involved cases. I run the main test suite, excluding that group, and then make a second ant call...

'rsInvalidImageReference' Warning When Previewing a SSRS Report

In an SSRS report: I am specifying the footer's background image using an expression, so that the image on the first page is different from other pages. The images are stored as part of the project, and are displaying correctly, however I get this warning Build complete -- 0 errors, 0 warnings [rsInvalidImageReference] The Value for...

Access 2007 option group on report

Hello, I'm new to Access so please consider this when forming your response. This has been driving me crazy and I've looked high and low on the 'net for a solution. I look forward to your response. I have a form with an option group. I've wish to have this display on my report. Take for instance this "test" scenario: Options a, b, ...

Set a table's visibility to false when it has no rows (in reporting services)

Is there a way to set a table's visibility to false, if the table has no rows? I want to hide a table in Reporting Services when it has no rows. Setting NoRows to ="" isn't sufficient in this case as space is still left for the table, and some of the table's formatting is still visible. I'm using Microsoft Visual Studio / SQL Reportin...

HTML document to PDF?

I've got an ASP.NET web page that is a dynamically generated report. For business reasons, this exact report needs to be produced as a PDF. What's the best way to do this? Setting the selected printer to Adobe PDF is not an option. Learn to programmatically create PDFs from scratch? Is there a way to render it in some browser control, t...

What are the best reporting tools for medium sized operation (open and commercial)

If a business needed to connect to a various database and generate PDF mostly reports, what are some good tools. Commercial or Opensource. Non technical users should also be able to generate various reports with good looking charts and tabular data through a report designer tool. As well, we should be able to deploy these charts on ...

Generating lists/reports with in-line summaries in Django

Hi there, I am trying to write a view that will generate a report which displays all Items within my Inventory system, and provide summaries at a certain point. This report is purely just an HTML template by the way. In my case, each Item is part of an Order. An Order can have several items, and I want to be able to display SUM based s...

Incorrect hyperlinking in LaTeX

So far the hyperref package in LaTeX has automatically linked all the items in my report correctly. But there is one that did not get linked properly, possibly because I manually added it to the table of contents like this: \addcontentsline{toc}{chapter}{Bibliography} How do I fix this? ...

SSRS WinForm Report Viewer Actions

I am looking at the report viewer WinForms control in SSRS 2005 and want to know if you can have actions do something other than call a URL or show another report. My boss likes the report viewer control but wants to know if you can set it up so that if you click on a cell it could open up another form. I think the "Action" property ...

MS Reporting Services - run subreports multiple times within 1 report output

I have 2 reports, first one is an Authorization Form and the second one prints RMA Tags, all that is needed to run these reports is an RMA # A third report is used so that I can have 2 sub reports (one for the Auth Form and one for the Tags) on it so that they can run 1 report and get all of the data that they need in 1 spot. This repor...

DevExpress - Xtra Reports: Group Header/Sorting can't use an Aggregate Function

I have to use DevExpress's Xtra Reports which is in a third-part app. I have a group header that displays 'State' but grouped by 'Sum(Payment_Amount)' in descending order of the total and not the name of the state (This is a requirement.). Group Header: State Detail: Each item in this State | Payment_Amount Group Footer: Sum(Payment_...

Crystal Report RDC on IIS 7

We recently upgraded to a new server, we were running Windows 2000, and now we are running Windows server 2008. We have a bunch of reports created in Crystal reports that are having an issue printing now. We use the ASP RDC(report design component). The reports are loaded and can be displayed, but when you try to print them, it takes abo...

Is there a way to get a test results and coverage html report from MSTest

I'd like to be able to produce a HTML based report from the Results.trx and data.coverage files that MSTest creates. Ideally this would just list any failures, and show some basic coverage stats. Does anyone know of a tool that does this? ...

BIRT Formating Legend of a bar chart

I have a small problem, a BIRT report I designed uses a bar chart. Now I want to increase the space between colored box and the text in the legend. Is that possible? (I'm using BIRT 2.1.3) EDIT: I forgot to mention I am using BIRT 2.1.3 with the RCP Designer. ...

How do I put a StockSeries in front of a BarSeries on a combination chart in BIRT?

Hi all, Consider the below source code where I create a combination chart with a BarSeries and a StockSeries. The StockSeries generates three identical Candle-stick Stock figures with a box from values 12 to 14 and low and high values 10 and 16. The BarSeries generate three bar figures with heights 11, 13 and 15. public class StockBar...

Report Output Export File Name Issue in CRM 4.0

Hello All, We have recently upgraded our CRM system from 3.0 to 4.0. Since then we are having troubles with our reports. Whenever we export the report to excel format, the file which is created in CRM 4.0 has name as some "GUID".xls. Not just the name of the file, the sheet contianing the output also has GUID as the name. This ap...

Eclipse BIRT: Problem with number of rows in a dataset

Hello!:-) My new Problem is the following: An sql-query to a database (DB2) returns 1500 rows but BIRT shows me only 500 in the dataset-editior. To count them i used a computed column (Integer) with the following logic: Total.count(row["VPK"]) I'm using the RCP-Designer (BIRT 2.1.3). How can i get the other rows as well? Patrick ...