Change height of a detail band in report

Hi all

Is there a way of explicitly changing the height of a detail band in a report?

Thanks

Simon

Give it a use variable, and set the height property of the use variable:

Report $ ?MyDetail{PROP:Height} = xx

3 Likes