Forum Discussion
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)
DCarrillo
3 years agoNew Contributor III
I do not have access to any of their BR's so I'm not sure how to go about hiding the logo then
Related Content
- 2 years ago
- 2 years ago
- 2 years ago
- 11 months ago