Passing Data from Datsets to Report in Delphi 2006
Hi all.
I'm testing the way to pass by code the entire custom typed dataset data to fastreport by code in Delphi 2006.
I'm using one variable for each value and is frustrating!
For example:
I've a grid showing a a table of a custom typed dataset. How can prepare a report from theses values without creating a variable for each one?
Please any help here would be great.
thanks in advance.
I'm testing the way to pass by code the entire custom typed dataset data to fastreport by code in Delphi 2006.
I'm using one variable for each value and is frustrating!
For example:
I've a grid showing a a table of a custom typed dataset. How can prepare a report from theses values without creating a variable for each one?
Please any help here would be great.
thanks in advance.
Comments
I'm wondering if could be possible a example how to bind a Typed Dataset component (of BDS2006) to tfrxUserDatasetClass programatically. Summarizing I need to bind data from a Custom dataset to report is that possible?
There is a way to bind a TfrxUserDatasetClass to a Delphi Dataset?
thanks, anyway