How to remove logo from Cube View Report

DCarrillo
New Contributor III

Running a report and the company's logo is appearing on the left top corner and I would like to hide that, just not sure how.

5 REPLIES 5

NicolasArgente
Valued Contributor

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)

Connect with me on:
LinkedIn: https://www.linkedin.com/in/nicolas-argente/
Website: https://aiqos.io
If you want to lift yourself up, lift up someone else.

DGC_0-1662564261411.png

Would I insert the extender rule under 'Execute Cube View Business Rule'?

I do not have access to any of their BR's so I'm not sure how to go about hiding the logo then

TonyToniTone
Contributor II

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.  

JWL96
New Contributor II

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...