Forum Discussion
NicolasArgente
3 years agoValued 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)
Related Content
- 2 years ago
- 2 years ago
- 2 years ago
- 11 months ago