473,750 Members | 2,253 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Looking for XML driven reporting tool


Hi,

I support an enterprise web application (IE client) built in VB6, with about
200 classes, serving about 7000 users, running on 3 clustered servers. I
need to incorporate web reporting for the first time, so I am interested in
learning what web reporting options are out there, and the pros and cons of
each. In general I need to generate reports with XML documents as inputs,
and make them available to all web users.

I am partial to generating PDF docs, but am open to all suggestions.
Ideally they will be generated on the
fly (synchronously) , although I could do it asynchronously, and notify users
when the reports are ready to be viewed. I need to reporting engine to be
server safe (i.e. not interested in automating Microsoft Office, and
exporting Access, Word, or Excel to files).

Thanks for any suggestions!

PJ
Nov 12 '05 #1
6 2352
Crystal Reports 10 allows the use of XML as the database for reports and
offers pdf as one of the export options. One caveat, their support is VERY
poor!

Wayne

"P Jones" <p.*****@NOSPAM .private.priv> wrote in message
news:Om******** *****@TK2MSFTNG P12.phx.gbl...

Hi,

I support an enterprise web application (IE client) built in VB6, with about 200 classes, serving about 7000 users, running on 3 clustered servers. I
need to incorporate web reporting for the first time, so I am interested in learning what web reporting options are out there, and the pros and cons of each. In general I need to generate reports with XML documents as inputs,
and make them available to all web users.

I am partial to generating PDF docs, but am open to all suggestions.
Ideally they will be generated on the
fly (synchronously) , although I could do it asynchronously, and notify users when the reports are ready to be viewed. I need to reporting engine to be
server safe (i.e. not interested in automating Microsoft Office, and
exporting Access, Word, or Excel to files).

Thanks for any suggestions!

PJ

Nov 12 '05 #2
if you're using a SQL 2000 database you might wanna look into SQL Server
Reporting Services.

http://www.microsoft.com/sql/reporting/default.asp

"P Jones" wrote:

Hi,

I support an enterprise web application (IE client) built in VB6, with about
200 classes, serving about 7000 users, running on 3 clustered servers. I
need to incorporate web reporting for the first time, so I am interested in
learning what web reporting options are out there, and the pros and cons of
each. In general I need to generate reports with XML documents as inputs,
and make them available to all web users.

I am partial to generating PDF docs, but am open to all suggestions.
Ideally they will be generated on the
fly (synchronously) , although I could do it asynchronously, and notify users
when the reports are ready to be viewed. I need to reporting engine to be
server safe (i.e. not interested in automating Microsoft Office, and
exporting Access, Word, or Excel to files).

Thanks for any suggestions!

PJ

Nov 12 '05 #3

Follow-up question: It was suggested to me that I look into XSL-FO to
satisfy my project's requirements (dynamically generate PDF files on a web
server using XML documents as the data source). Can anyone weigh in on the
topic of XSL Formatting Objects, and help me learn what tools are available
and currently being used to generate PDF files from XML?

Thank you in advance!

PJ

"P Jones" <p.*****@NOSPAM .private.priv> wrote in message
news:Om******** *****@TK2MSFTNG P12.phx.gbl...

Hi,

I support an enterprise web application (IE client) built in VB6, with about 200 classes, serving about 7000 users, running on 3 clustered servers. I
need to incorporate web reporting for the first time, so I am interested in learning what web reporting options are out there, and the pros and cons of each. In general I need to generate reports with XML documents as inputs,
and make them available to all web users.

I am partial to generating PDF docs, but am open to all suggestions.
Ideally they will be generated on the
fly (synchronously) , although I could do it asynchronously, and notify users when the reports are ready to be viewed. I need to reporting engine to be
server safe (i.e. not interested in automating Microsoft Office, and
exporting Access, Word, or Excel to files).

Thanks for any suggestions!

PJ

Nov 12 '05 #4
Han
XSL spec in W3C.

http://www.w3.org/TR/2003/WD-xsl11-20031217/

I don't think there is a tool to format arbitrary xmls. You may want to
write your own xslt. There are examples in the spec. There are formatting
tools like FOP which you can download freely.

http://xml.apache.org/fop/index.html

"P Jones" <p.*****@NOSPAM .private.priv> wrote in message
news:un******** ******@TK2MSFTN GP11.phx.gbl...

Follow-up question: It was suggested to me that I look into XSL-FO to
satisfy my project's requirements (dynamically generate PDF files on a web
server using XML documents as the data source). Can anyone weigh in on the topic of XSL Formatting Objects, and help me learn what tools are available and currently being used to generate PDF files from XML?

Thank you in advance!

PJ

"P Jones" <p.*****@NOSPAM .private.priv> wrote in message
news:Om******** *****@TK2MSFTNG P12.phx.gbl...

Hi,

I support an enterprise web application (IE client) built in VB6, with

about
200 classes, serving about 7000 users, running on 3 clustered servers. I need to incorporate web reporting for the first time, so I am interested

in
learning what web reporting options are out there, and the pros and cons

of
each. In general I need to generate reports with XML documents as inputs, and make them available to all web users.

I am partial to generating PDF docs, but am open to all suggestions.
Ideally they will be generated on the
fly (synchronously) , although I could do it asynchronously, and notify

users
when the reports are ready to be viewed. I need to reporting engine to be server safe (i.e. not interested in automating Microsoft Office, and
exporting Access, Word, or Excel to files).

Thanks for any suggestions!

PJ


Nov 12 '05 #5

Sorry, I should have specified, I am looking for tools that run on a Windows
platform to generate PDF files on a web
server using XML documents as the data source. Can anyone help me learn
what tools are
available and currently being used to generate PDF files from XML on a
Windows desktop or server?

Many thanks.

PJ
"Han" <hp****@kornet. net.korea> wrote in message
news:e9******** ******@TK2MSFTN GP10.phx.gbl...
XSL spec in W3C.

http://www.w3.org/TR/2003/WD-xsl11-20031217/

I don't think there is a tool to format arbitrary xmls. You may want to
write your own xslt. There are examples in the spec. There are formatting
tools like FOP which you can download freely.

http://xml.apache.org/fop/index.html

"P Jones" <p.*****@NOSPAM .private.priv> wrote in message
news:un******** ******@TK2MSFTN GP11.phx.gbl...

Follow-up question: It was suggested to me that I look into XSL-FO to
satisfy my project's requirements (dynamically generate PDF files on a web
server using XML documents as the data source). Can anyone weigh in on the
topic of XSL Formatting Objects, and help me learn what tools are

available
and currently being used to generate PDF files from XML?

Thank you in advance!

PJ

"P Jones" <p.*****@NOSPAM .private.priv> wrote in message
news:Om******** *****@TK2MSFTNG P12.phx.gbl...

Hi,

I support an enterprise web application (IE client) built in VB6, with

about
200 classes, serving about 7000 users, running on 3 clustered servers. I need to incorporate web reporting for the first time, so I am
interested in
learning what web reporting options are out there, and the pros and
cons of
each. In general I need to generate reports with XML documents as

inputs, and make them available to all web users.

I am partial to generating PDF docs, but am open to all suggestions.
Ideally they will be generated on the
fly (synchronously) , although I could do it asynchronously, and notify

users
when the reports are ready to be viewed. I need to reporting engine
to be server safe (i.e. not interested in automating Microsoft Office, and
exporting Access, Word, or Excel to files).

Thanks for any suggestions!

PJ



Nov 12 '05 #6
PJ

I am using FOP http://xml.apache.org/fop/ to generate PDF's. The apache site
has some good information on the various moving parts. I have a win2k server
running tomcat and have created a java servlet that reads xml data and
transforms it using an xsl file (which is nothing but adding XLS:FO
formatting info).
The 2 main steps here are first converting your XML data into XSL:FO format
and then using the FOP API to create PDF.

here some sample java code using FOP API (this is the 2nd step after getting
your data in XSL:FO format)

public void renderFO(InputS ource foFile,
HttpServletResp onse response) throws
ServletExceptio n {
long coll_event_c_en tity_id = 0;
try {

// Generate PDF from FO

ByteArrayOutput Stream out = new ByteArrayOutput Stream();
Driver driver = new Driver(foFile, out);
driver.setRende rer(Driver.REND ER_PDF);
driver.run();

byte[] content = out.toByteArray ();

// Send output to Browser

response.setCon tentType("appli cation/pdf");
response.setCon tentLength(cont ent.length);
response.getOut putStream().wri te(content);
response.getOut putStream().flu sh();
} catch (Exception ex) {

throw new ServletExceptio n(ex.getMessage (),ex);

}
}

"P Jones" <p.*****@NOSPAM .private.priv> wrote in message
news:eg******** ******@TK2MSFTN GP12.phx.gbl...

Sorry, I should have specified, I am looking for tools that run on a Windows platform to generate PDF files on a web
server using XML documents as the data source. Can anyone help me learn
what tools are
available and currently being used to generate PDF files from XML on a
Windows desktop or server?

Many thanks.

PJ
"Han" <hp****@kornet. net.korea> wrote in message
news:e9******** ******@TK2MSFTN GP10.phx.gbl...
XSL spec in W3C.

http://www.w3.org/TR/2003/WD-xsl11-20031217/

I don't think there is a tool to format arbitrary xmls. You may want to
write your own xslt. There are examples in the spec. There are formatting
tools like FOP which you can download freely.

http://xml.apache.org/fop/index.html

"P Jones" <p.*****@NOSPAM .private.priv> wrote in message
news:un******** ******@TK2MSFTN GP11.phx.gbl...

Follow-up question: It was suggested to me that I look into XSL-FO to
satisfy my project's requirements (dynamically generate PDF files on a web server using XML documents as the data source). Can anyone weigh in on the
topic of XSL Formatting Objects, and help me learn what tools are

available
and currently being used to generate PDF files from XML?

Thank you in advance!

PJ

"P Jones" <p.*****@NOSPAM .private.priv> wrote in message
news:Om******** *****@TK2MSFTNG P12.phx.gbl...
>
> Hi,
>
> I support an enterprise web application (IE client) built in VB6,
with about
> 200 classes, serving about 7000 users, running on 3 clustered servers.
I
> need to incorporate web reporting for the first time, so I am

interested in
> learning what web reporting options are out there, and the pros and cons of
> each. In general I need to generate reports with XML documents as

inputs,
> and make them available to all web users.
>
> I am partial to generating PDF docs, but am open to all suggestions.
> Ideally they will be generated on the
> fly (synchronously) , although I could do it asynchronously, and

notify users
> when the reports are ready to be viewed. I need to reporting engine

to
be
> server safe (i.e. not interested in automating Microsoft Office, and
> exporting Access, Word, or Excel to files).
>
> Thanks for any suggestions!
>
> PJ
>
>



Nov 12 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2356
by: Alex | last post by:
Subject: Looking for an XML (database-based) Query Reporting Tool/advice First off, let me apologize if this thread is somewhat off topic... PLEASE REPLY TO: xml@solex-bi.com I am looking for a way to query XML documents stored in an Oracle 9i database, contained in an unstructured CLOB column, much like one would with a traditional BI query reporting tool, but using XPath or XQuery
6
316
by: Bob | last post by:
I want to dump Crystal, one of the many reasons being that it requires a client-side installation. I'm looking for a reporting package that integrates into DotNet yet has absolutely no COM in it, so I can deploy my app with just a file copy. I also need the report designer to be stand alone like Crystal, so designing reports does not have to be done through the IDE. Also on my list of wants that Crystal does not deliver: - No server-side...
1
1229
by: John | last post by:
Hi vs2005 rc/sql server 2005 sep ctp. In vs 2005 when I try to add an item there are two icons 'report' and 'crystal report'. What is the difference between these two and sql server reporting? What are the pros and cons and which of these can be use din a vb app? Thanks Regards
1
1696
by: Mathieu [Marti-IT] | last post by:
Hi all, in creating a C# Windows Forms library to create professional applications with. In searching for a good reporting tool to create and distribute my applications reports with. Does anyone know a good reporting tool for .NET? Crystal Reports is, of course, a good reporting tool, but i'm wondering if there are any others. Thanks in advance!
3
1826
by: antonyliu2002 | last post by:
I am looking for a free reporting package for .net 2.0 against Oracle database 10g. The web application I am working on will let office staff members who don't know much about database generate reports and do some limited database updates. I know that I can write all these from scratch using VB or C#, but I would prefer some free package to facilitate the development.
0
1996
by: AMDRIT | last post by:
I am looking for better concrete examples, as I am a bit dense, on design patterns that facilitate my goals. I have been out to the code project, planet source code, and microsoft's patterns and practices site and it just isn't sinking in all that clearly to me. Currently we have code in production and it all works well, however it is not the way we want it. We know that we can implement a better design plan to improve performance,...
0
2025
by: itsraghz | last post by:
Hello people, My present project need is to have an Open Source Java based reporting tool, which would allow the users to customize the fields to be chosen at runtime. The chosen fields are used to build a dynamic SQL query and the subsequent results will be used to fill the report for the chosen columns. The application being used in WebSphere Portals. Though my search in google for the same gave many tools like JasperReports,...
3
1469
by: John | last post by:
Hi I develop database winform apps which consist of several one-many forms. This is a pretty repetitive task and I wonder if there are tools that can speed up this generation of one-many forms that anyone has used successfully? Do tools like Deklarit or LLBGen or some such have any value? Many Thanks Regards
0
8836
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9394
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9338
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9256
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6080
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4712
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4885
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3322
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2223
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.