Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

How to access components in a Report ?

edited August 2002 in General
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

  • edited August 2002
    Just use:
    TheLabelComponent.Caption :='Yourvalue';
    or use the OnGetText event of the component

This discussion has been closed.