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
Would I insert the extender rule under 'Execute Cube View Business Rule'?
Related Content
- 2 years ago
- 2 years ago
- 2 years ago
- 11 months ago