How to print the content of a stringgrid using Rave report in Delphi?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
the help provided by Nevrona is very good.
As a general idea:
1) you fill a clientdataset with the data from the string grid.
2) set the rvproject, rvsystem, rvdatasetconnection components
3) create the rave report, create the data view and connect it to the rvdatasetconnection
4) put a region on the report
5) in the region put a databand
6) on the databand put datatext components for each column from the dataview
7) link all the datatext components to the dataview elements
or you can create the report dynamic.
best regards,
Radu