Hi,
This is perhaps a stupid question, so sorry for wasting Your time.
I would like to put a run-time variable into a Report label created using
the report designer.
Is it possible to do something like :
ppReport1.Label1.Caption:='Test';
Thanks
Petter
Comments
TheLabelComponent.Caption :='Yourvalue';
or use the OnGetText event of the component