Skip to main content



      Home
Home » Archived » BIRT » BIRT report designer 3.7.2 - visibility tab not working
BIRT report designer 3.7.2 - visibility tab not working [message #835634] Tue, 03 April 2012 09:40 Go to next message
Eclipse UserFriend
The "visibility" tab under properties in BIRT report designer is not letting me to Hide Element. If I check the Hide Element checkbox, I won't be able to check any specific outputs format. Is this a bug introduced for the new BIRT designer?
Re: BIRT report designer 3.7.2 - visibility tab not working [message #835748 is a reply to message #835634] Tue, 03 April 2012 12:12 Go to previous messageGo to next message
Eclipse UserFriend
I just tried this on 3.7.2 and it worked for me. Can you post your design?

Jason

On 4/3/2012 9:40 AM, James Zhang wrote:
> The "visibility" tab under properties in BIRT report designer is not
> letting me to Hide Element. If I check the Hide Element checkbox, I
> won't be able to check any specific outputs format. Is this a bug
> introduced for the new BIRT designer?
Re: BIRT report designer 3.7.2 - visibility tab not working [message #836641 is a reply to message #835748] Wed, 04 April 2012 14:30 Go to previous messageGo to next message
Eclipse UserFriend
I put the screen-shot in the attachment cause i couldn't copy the picture in body. I couldn't check the "pdf" checkbox, or any other output formats. The BIRT designer version is 3.7.2, Windows 7, and Java home points to jdk1.6.0_27. This doesn't work on any report item, even the simplest Label item i put in the new test report. Thanks.

[Updated on: Wed, 04 April 2012 14:34] by Moderator

Re: BIRT report designer 3.7.2 - visibility tab not working [message #837437 is a reply to message #836641] Thu, 05 April 2012 13:02 Go to previous messageGo to next message
Eclipse UserFriend
Now I see the issue :>. Can you log a bug for this? To work around it
can you check the odt (last option). That one should work and then
check ppt. Look at the xml that is generated (XML View). You will see
this:

<list-property name="visibility">
<structure>
<property name="format">ppt</property>
<expression name="valueExpr"
type="javascript">true</expression>
</structure>
<structure>
<property name="format">odt</property>
<expression name="valueExpr"
type="javascript">true</expression>
</structure>
</list-property>

Just set the format and number of entries you want manually.

Jason


On 4/4/2012 2:30 PM, James Zhang wrote:
> I put the screen-shot in the attachment cause i couldn't copy the picture in body. I couldn't check the "pdf" checkbox, or any other output formats. The BIRT designer version is 3.7.2, Windows 7, and Java home points to jdk1.6.0_27. Thanks.
Re: BIRT report designer 3.7.2 - visibility tab not working [message #1092281 is a reply to message #837437] Thu, 22 August 2013 11:06 Go to previous messageGo to next message
Eclipse UserFriend
I have the same issue. Is there a bug for this? BIRT report designer 3.7.2
Re: BIRT report designer 3.7.2 - visibility tab not working [message #1093044 is a reply to message #1092281] Fri, 23 August 2013 09:42 Go to previous messageGo to next message
Eclipse UserFriend
Hey, Jan.

Take a look at this bug report. There is a patch for 3.7.2. Smile

https://bugs.eclipse.org/bugs/show_bug.cgi?id=385417
Re: BIRT report designer 3.7.2 - visibility tab not working [message #1094871 is a reply to message #1093044] Mon, 26 August 2013 06:11 Go to previous message
Eclipse UserFriend
cool Smile
Previous Topic:Rows are missing when BIRT generating pdf with xml file as data source
Next Topic:Getting exception in report as Outer Query result does not exist. How to handle this exception?
Goto Forum:
  


Current Time: Wed Jul 23 14:00:39 EDT 2025

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

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

Back to the top