Report Designer
Hi there!
I looked at InteractiveReport demo project (FastReports\FastReport 4\Demos\InteractiveReport).
When I compile and run the project this is what I see:
I mean the data field is like: "[frxDBDataset1."data"]"
But when I enter a Designer from a preview it's like:
The data field is "ssss" - from dataset.
My question is what is the difference and how can I call the second designer (is there a method who parse those datafields)?
I looked at InteractiveReport demo project (FastReports\FastReport 4\Demos\InteractiveReport).
When I compile and run the project this is what I see:
I mean the data field is like: "[frxDBDataset1."data"]"
But when I enter a Designer from a preview it's like:
The data field is "ssss" - from dataset.
My question is what is the difference and how can I call the second designer (is there a method who parse those datafields)?
Comments
At that moment, you are not designing the actual report object, you are designing the preview output.
I don't think there is anyway you can see the variables final values in actual design time (from your Delphi IDE), because as I said, you need to call PrepareReport first.