| C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > C1FlexReport Class : AvailableHeight Property |
'Declaration Public ReadOnly Property AvailableHeight As System.Double
public System.double AvailableHeight {get;}
h = Detail.RenderHeight ah = Report.AvailableHeight if (h < ah) and (2 * h > ah) then Detail.BackColor = RGB(255, 0, 0) ' last on page else Detail.BackColor = RGB(255, 255, 255) endif