Save Extra info Dataset
I have some frxUesrDataSets. What is the best way to save my custom info/fields for the userdataset in the report file (*.fr3).
As I would like to keep it all in one file.
IE
TmyDataSet = class(TfrxUserDataSet)
FFiltername :string; << save this in the report
FSortField: String; << save this in the report
...
End;
Thanks for any help
As I would like to keep it all in one file.
IE
TmyDataSet = class(TfrxUserDataSet)
FFiltername :string; << save this in the report
FSortField: String; << save this in the report
...
End;
Thanks for any help