Forum Discussion
- TonyToniToneContributor 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.
- NicolasArgenteValued 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)
- JWL96New 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...
Related Content
- 2 years ago
- 2 years ago
- 2 years ago
- 11 months ago