Page 1 of 1
adding properties
Posted: Tue May 06, 2014 10:22 pm
by paullef
Hello,
Is it possible to add a (custom) property in the propertygrid of the designer. I want to have a property on the report level (where the name of the report can be filled), where a dynamic formulae can be set by the user, to determine the name of an export file.
thanks
Paul
Re: adding properties
Posted: Wed May 07, 2014 12:03 pm
by HighAley
Hello, Paul.
paullef wrote:Is it possible to add a (custom) property in the propertygrid of the designer. I want to have a property on the report level (where the name of the report can be filled), where a dynamic formulae can be set by the user, to determine the name of an export file.
You don't need to add the property. You could just set the
Report Name or
Report Alias property of the report.
Thank you.
Re: adding properties
Posted: Wed May 07, 2014 10:06 pm
by paullef
I already use the report name, and want to add a different property to hold a dynamic formula which is used for determine the name of an exported report. Can this be done?
Re: adding properties
Posted: Thu May 08, 2014 10:51 am
by HighAley
Hello.
paullef wrote:I already use the report name, and want to add a different property to hold a dynamic formula which is used for determine the name of an exported report. Can this be done?
Then you can use the Report Alias property. If it is not the same as Report Name, the Report Alias is taken as default name of the file of exported report.
Thank you.