Basic On-Screen Reports

  • Thread starter Thread starter chris.platts
  • Start date Start date
C

chris.platts

Hi,

I'm developing a piece of PDA software that needs to generate an
on-screen viewable report, which can also be saved and transmitted back
in a desktop-readable format (pdf, doc, html, etc).

The app isn't using an internal database -- it's all objects & their
properties. The report wouldn't need any dynamism or anything fancy...
just the ability to populate some tables at runtime, with some
design-time control to define the template.

Does anyone know of a .NET CF control which provides this sort of
ability? Our ealier project which was written in eVB took the very
messy route of generating HTML at runtime. Since that was all
hard-coded, it made maintenance and changes incredibly tiresome.
Thanks for any pointers,

Regards,
Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top