reporting

Simple reporting framework for asp.net with xml, xsl and css

Hi, I am searching for a simple framework/library in C#/for asp.net to generate "simple reports" in asp.net. My requirements are: My data are delivered in xml I want to use css and xsl the reports should be as reusable as possible Any ideas or experiences? Thanks in advance & best regards Stefan ...

SQL Reporting Services empty string handling

Hello, I'd like to display a string without the last 2 chars in a text field in Reporting Services 2005 vs2005. I tried several ways and if the string is empty or null I get an error: rsRuntimeErrorInExpression - The value expression for the textbox contains an error: Argument 'Length' must be greater or equal to zero. Here are the way...

B&W Chart in Crystal Report 10 Not working as Expected!!!

in "Template" Menu and "Costum" Tabpage I selected "Letter Size B&W" But as a result just 4 columns are in B&W Format, and other columns are Colorfull starting from Orange!!! How can I fix that? What wrong with Crystal Report 10?? ...

Jasper Reports: Cover page

Hi! I have a Jasper Report and I want to create for this report a cover page. The cover page must contain some information coming from the DB, like Company name, etc. I am trying to do this using a subreport but I didn't succeed. I've created a main report which contains first the cover page as a subreport and then the whole report as a...

Own Exception Handling with BIRT RCP Designer...

Hello! Is it possible to implement own exception handling for exceptions that are thrown when the report is generated? I want to supress the printing of error messages at the end of the report and instead show an alternate text at the section of the report which has caused the exception. Thanks (Using the RCP - Designer V. 2.1.3) ...

CrystalReports excel field cut off when using CanGrow=True

I am working on an excel report in CrystalReports, in VS2005. I have a field in the Details section which can have up to 255 characters of text, and I want the height of the row in excel to expand so that the entire text can be seen initially when the report is generated. I set CanGrow=True in the field's properties, and the field does ...

User reporting Library

I would like to build (or find) a php reporting library that I can use to allow my users to report any type of content as bad. Actually, if they could report content as good (which I guess would mean a rating system) that would be even better. So if anyone knows of a library like this I would love to hear about it. Anyway, this is how I...

Looking for a flexible Reporting solution

Hi all: I m looking at creative solutions for reporting, I have an app and now i need to create some reports from it. I would be led to believe that the customer will be happy enough with excel reports, however what I want is that they have the freedom to create the reports themselves, without any help from development, so i need some...

Consuming web services with reporting tools

Hi all, a customer of mine happend to ask me to come up with a technical solution for the following scenario: basis is a crm tool where the customers (i.e. the ones who bought the system) are not wanted to access the database for queries directly (in terms of table level access) there's plenty of reporting in the software, but someti...

Microsoft Reporting with Collection as DataSource

Hi ! I'm working with MS Reporting Services. The underlying datasource is IEnumerable<MyObject>, I'm not using DataSets. Every MyObject has properties and some other IEnumerable collections. In the report I want to display all the properties from MyObject and the collections lists too. I didn't know how to display this inner collect...

Displaying images in SSRS 2008

We are trying to display the images on to the reports without embedding them in to the reports. One of the ways is to use images from databases. But, we are having issues with that. Here is the issue we are having: Since SQL Server 2008 has File Stream option for storing images. We have created a table (XX) to store the images using fil...

How can I produce report quality tables from r ?

If I have the following dataframe called result > result Name CV LCB UCB 1 within 2.768443 1.869964 5.303702 2 between 4.733483 2.123816 18.551051 3 total 5.483625 3.590745 18.772389 > dput(result,"") structure(list(Name = structure(c("within", "between", "total" ), .rk.invalid.fields = list(), .Label = charac...

Where do I store Visual Studio 2008 Report templates

I want to create a number of report templates for use with the report disigner (rdlc) in VS2008. I can find some guidance for VS2005 but none for 2008. I have tried replicatiing the 05 advice in 08 but to no avail. Pleasse help ...

DevExpress versus Telerik: Specific Feature Differences for Reporting

I'm interested in coming up with a list of specific feature differences between these two products. I'm specifically looking at DevExpress's DXperience Enterprise subscription and the Telerik Premium Collection for .NET, which seem to be closely competing offerings. If someone can point me at such a comparison list, that would be great...

How to Group by Day with Ruport / Ruby on Rails?

I'm trying to evaluate Ruport for use in my Rails app, but am not sure how to take a series of records with date/time stamps and group them via Ruport's grouping functions. I'm open to other/better methods to do this same grouping if Ruport doesn't make sense. ...

PHP Large report file download issue.

Hi All, Solved I actually found out what is going on here. Turns out it was sending the whole file, but Excel (which I was using to open the result file for testing), will only display 65536 rows. If there are more than that, it will alert something to the effect of "the file is incompletely displayed" and then cut it off after that ...

Crystal Report Script To Find Title of Max Value?(simple Q!)

Please Help! I asked my Q in many Forums but i did'nt recieve any clear answer. This is my Q: I created a table in a Details Section and I have a Title Col and Point Col in this table how can I write code to find Title of max point in my table??? this is my .rpt overview: you see i have 3 cols in Details Section. Point,BitParagonTitle...

Decrypting data for use with SQL Reporting Services 2008

I have recently started to look at sql reporting services. I have data stored in a database which has been encrypted with an AES cypher before being stored away. I've had a look at building some reports using Microsoft Report Builder 2.0 and it seems quite nice and simple for knocking together some simple reports. My question is: Ca...

Microsoft Access 2007 -- View Query Used In Report?

I need help navigating Microsoft Access Reports. I am in the Report Designer, and I need to know the which menu selection will enable me to view the Query that was used in the report. I have never used Access before. ...

Accessing Powerbuilder in ASP.NET

I have a Powerbuilder file (9.0) with reports (data windows) that i'd like to pass data to and print out of ASP.NET. Is this possible? If so, any guidance? (I don't know Powerbuilder.) I am currently duplicating the reports in Crystal Reports because it's something i know, but it's tedious to maintain these reports in two place to say t...