Forum Discussion
OSAdmin
Valued Contributor
Originally posted by Bart DeHaas
Here is how I have done it. It actual put a different logo depending on the company.
Case Is = CVExtenderFunctionType.FormatReportUIItem
Dim uiItem As CVExtenderReportUIItem = args.Report.CurrentUIItem
uiitem.FontFamily = "Calibri"
uiitem.FontSize = 11
If uiItem.UIItemType = XFReportUIItemType.PageHeaderPictureBoxLogo Then
If args.CubeView.CubeViewPovMembers.Entity.Name.Contains("SV") Then
uiItem.SetPictureBoxImage(FileSystemLocation.ApplicationDatabase,"Documents/Public/tb_special vehicles_rgb.png", TriStateBool.TrueValue)
uiItem.Height = 30
uiItem.width = 150
Sergey
2 years agoContributor III
The last two rows were messing up the cube view, but the code works great, thanks for this message !
Related Content
- 3 years ago
- 8 months ago