Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reporting solutions
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01375509
Message ID:
01375947
Vues:
17
Yes.

The xml file that contains the layout has coordinates for all objects ( bands, columns etc...) on the report. In the report header xml file we send over the paper settings. It has two modes, you can design reports and store them ( like old frx's ) or you can define a class inheriting from their report class and build your report in code at runtime like we do.

You can set attributes for each object and also raise and capture events on each object. You can use this to conditionally bold, underline, skip repeated values, etc... on any text/object at runtime. We use the events functionality all through out of report code to enhance our reports beyond what we could do in old Fox frx style reports.

We really like it because once you have your report defined and loaded the preview window ( if you choose that option ) has all sorts of options you can use from the preview. The end users can resize the report in the window and see what it will layout as in a different style before they print. Also it has export options to export the report to different formats ( pdf, word doc, csv etc... ), we had to write that code ourselves in Fox.

As I said we really like it. It took us a couple months to really understand what we had at our control. We have been using it for 2 years now. We have the same .exe file that is our display for our fox product and our .net product since we send xml it is very encapsulated. Their support is also very good. They have maintenance releases about every 2 months average.

They also have other controls we bought, a grid control, a tree control, and a pivot grid for making summary reports.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform