Implement CanShrink , CanGrow
Brought to you by:
flexiblecoder,
pedrofpsimoes
CanShrink and CanGrow is not implemented.
Hidden textboxes cause report to dispaly empty area. According to RDL spec and MS implementation report should shrink.
CanShrink is discussed in
http://fyireporting.com/forum/viewtopic.php?t=746
CanGrow is also not implemented: if TextBox grows to accomodate multiple lines, those lines overwrite following elements. Instead of this, report should grow and following elemnts should pushed down
CanGrow is discussed 4 years ago in
http://fyireporting.com/forum/viewtopic.php?t=738
MS specificaton footnote also specifies that horizontal shrink should occur. Some columns can conditionally removed from report. Columns from right should move left in this case.
Andrus.
I posted this also in http://fyireporting.com/forum/viewtopic.php?p=3365#3365