How to print stringgrid to Rave report in Delphi -


how print content of stringgrid using rave report in delphi?

the provided nevrona good.

as general idea:

1) fill clientdataset data string grid.
2) set rvproject, rvsystem, rvdatasetconnection components
3) create rave report, create data view , connect rvdatasetconnection
4) put region on report
5) in region put databand
6) on databand put datatext components each column dataview
7) link datatext components dataview elements

or can create report dynamic.

best regards,
radu


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -