GroupFooter hides Textboxes

Stimulsoft Reports.NET discussion
Post Reply
jamesk
Posts: 23
Joined: Thu Apr 12, 2007 12:47 pm

GroupFooter hides Textboxes

Post by jamesk »

I created a report that has a computed value(i.e. Count or Average) in a Group Footer.

Then I set the Can Shrink property of the computed textbox to True.
When I preview the report, the computed textbox is not displayed.

The only way to make the computed textbox display is to set the Can Shrink property to False.

Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

GroupFooter hides Textboxes

Post by Vital »

Please use following expression:

Code: Select all

{Totals.Sum(groupheader1, myexpression)}
instead

Code: Select all

{Sum(myexpression)}
Thank you.
Post Reply