can't access to design property [message #154041] |
Tue, 18 April 2006 04:33 |
Eclipse User |
|
|
|
Hi to all,
I would like to access to a design property.
My code looks like :
ReportDesignHandle design = session.openDesign(reportName);
design.setIncludeResource("MyInclude");
and in initialize() method of rptdesign:
var fichierProperties = report.design.properties["includeResource"];
But the above instruction give the following error:
GRAVE: TypeError: Cannot read property "includeResource" from undefined
(<inline>#2)
org.mozilla.javascript.EcmaError: TypeError: Cannot read property
"includeResource" from undefined (<inline>#2)
Have you got any ideas ?
Thanks for your help
Dov
|
|
|
Powered by
FUDForum. Page generated in 0.03091 seconds