Display a Parameter
I just started with RB and I can not find how to display a assigned
parameter on the Report.
Must be very simple I think:
I just added a parameter to the parameters editor, myparam, dtString.
On runtime I set the value:
myparam.Value:= 'this is a value';
But...how do I display or print that in the report???
and which ReportComponent will I use for that???
Thanks for your help,
Steve
parameter on the Report.
Must be very simple I think:
I just added a parameter to the parameters editor, myparam, dtString.
On runtime I set the value:
myparam.Value:= 'this is a value';
But...how do I display or print that in the report???
and which ReportComponent will I use for that???
Thanks for your help,
Steve
This discussion has been closed.
Comments
use: YourLabel.Caption := TheParamValue;
--
Guillermo Casta?o A.
www.GrupoMillennium.com