StretchMode and Stretched In .Net
Hi
There was StretchMode on Delphi side of the FastReport tool.
I wonder what is the equivalent of this option in .Net
For example
Band and Text object has this option for setting(in Delphi);
MyBand.Stretched = true;
myTextObj.StretchMode = smMaxHeight;
Thanks for any help;
There was StretchMode on Delphi side of the FastReport tool.
I wonder what is the equivalent of this option in .Net
For example
Band and Text object has this option for setting(in Delphi);
MyBand.Stretched = true;
myTextObj.StretchMode = smMaxHeight;
Thanks for any help;
Comments
FR.Net uses CanGrow, CanShrink, and GrowToBottom properties. See details here:
http://www.fast-report.com/documentation/U...namiclayout.htm