End user change in designer
I have created a report design (.frf) and want to give the ability to the end user to change this design (like have a memo in bold for example), save it as a new '.frf' report file and be able to use it later.
Curently I am using the unregistered version (for tests) but all I get is an "image" of the report ; all bands, scripts are invisible for the end user.
It there a flag/setting somewhere to be able to do this ?
Note: the "Restrictions" property is supposed to limit this, right ?
Thanks for your help.
Chris
Curently I am using the unregistered version (for tests) but all I get is an "image" of the report ; all bands, scripts are invisible for the end user.
It there a flag/setting somewhere to be able to do this ?
Note: the "Restrictions" property is supposed to limit this, right ?
Thanks for your help.
Chris
Comments
The answer is:
frReport1.DesignReport;
I thought report design function was launched when you double click in the preview window ; in fact, its a different call from within the source code.
Self-answered !