09-07-2022 11:14 AM - last edited on 05-24-2023 11:36 AM by JackLacava
09-07-2022 11:23 AM
Try this code in a cube view extender rule
Dim uiItem As CVExtenderReportUIItem = args.Report.CurrentUIItem
If uiItem.UIItemType = XFReportUIItemType.PageHeaderPictureBoxLogo Then
uiItem.Visible = False
End If
(not tested my self)
09-07-2022 11:25 AM
Would I insert the extender rule under 'Execute Cube View Business Rule'?
09-07-2022 11:27 AM
I do not have access to any of their BR's so I'm not sure how to go about hiding the logo then
09-07-2022 01:28 PM
An alternate solution could be to create a new Dashboard with a Report Component. Inside the Report Component is the Report Designer tab. The Report Designer is a reporting design interface where you can customize the look and feel of a specific Dashboard. Here you could delete the logo as a Picture Box Image and save as a new Dashboard without the logo.
03-16-2023 04:56 PM
If you upload a logo file that is not .PNG nothing will show on your reports. No company logo and no OneStream Logo. Figured that out by accident, but if your looking for a simple solution...