Skip to main content



      Home
Home » Archived » BIRT » can't access to design property
can't access to design property [message #154041] Tue, 18 April 2006 04:33
Eclipse UserFriend
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
Previous Topic:page-setting
Next Topic:Report-Layout dependent on Subtype
Goto Forum:
  


Current Time: Thu May 08 19:06:07 EDT 2025

Powered by FUDForum. Page generated in 0.03091 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top