Forum Discussion
OSAdmin
4 years agoValued Contributor
Originally posted by Lee Bown
Hi Bart,
Try uiItem.BackgroundColor
If uiItem.UIItemType = XFReportUIItemType.PageHeaderLabelBar Then
uiItem.Height = 50
uiItem.BackgroundColor = XFColors.Yellow
End If
Regards,
Lee
Related Content
- 2 years ago