Forum Discussion
OSAdmin
OneStream Employee
5 years agoChange the color of the Header bar in a report
Originally posted by Bart DeHaas
I have a cubeview that is run in a reporting book. I have created a Cubeviewer extender rule to change some formatting. For example, to put a different logo on the ...
OSAdmin
OneStream Employee
5 years ago 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