'Declaration Public Property InteractiveHeight As Length
public Length InteractiveHeight {get; set;}
'Declaration Public Property InteractiveHeight As Length
public Length InteractiveHeight {get; set;}
Using a length of 0
with any unit indicates that the height should be treated as unlimited.
Default value is PageHeight.
Report report = new Report(); report.InteractiveHeight = "12in";