Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

How to import a list of data to report

edited May 2004 in General
I want to place a list of records to reportbuilder,
but the list is not in Datebase, this record is
generated by program, and I use TStringGrid to store
the list of records.

I know how to import the data to reportbuilder if the
data is in Database, but please tell me how to import
data if data is generated by program (not in Database).

I am using ReportBuilder v5.56

Comments

  • edited May 2004
    Hi,

    You're going to want to use the JITPipeline to traverse a list of data that
    is not on a database. Take a look at demos 136 - 140 located in the
    RBuilder\Demos\1. Reports\... directory. These examples show how to connect
    a JITPipeline to a report and import data that does not reside on a
    database.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited May 2004
    Thank you so much.


This discussion has been closed.