QuickReports (or QuickReport) are a set of VCL components for reporting in C++ Builder or Delphi.

learn more… | top users | synonyms

-1
votes
2answers
1k views

How to create a TClientDataSet from the contents of a TStringGrid

I'm using Delphi 7 and QuickReports on Windows 7. Normally QuickReports require a DataSet generated by a query, but I want to make a report from the contents of a StringGrid as though the StringGrid ...