TableObject without breaking

edited 11:28PM in FastReport .NET
How to set up a TableObject for not break into 2 pages ?

The TableObject is created with the ManualBuild event and I set the TableObject as Table1.CanBreak = false

And the DataBand:
CanBreak=false
KeepTogether = true
CanGrow = true
CanShrink= true

But Table1 is break in 2 pages....

How do I set it for not break ??

Thank you

Leave a Comment