How to call CV Extender BR in Cube view?

Mustafa_A
Contributor II

Happy Monday Y'all,

How do I call a cube view extender BR in a cube view. I'm using it to increase the report sub-header font. I'm using a code that was described in OneStream XF manual. 

Mustafa_A_0-1644873637848.png\

Here is the code:

Select Case args.FunctionType
Case Is = CVExtenderFunctionType.FormatReportUIItem
	Dim uiItem As CVExtenderReportUIItem = args.Report.CurrentUIItem
	If uiItem.UIItemType = XFReportUIItemType.PageHeaderLabelCenter1 Then
		uiItem.FontSize = 14
		uiItem.Bold = True
	End If
End Select

Thank you,

Mustafa A

1 REPLY 1

Mustafa_A
Contributor II

I figured it out. No response needed anymore. For those who are curious --- 

 

The OneStream Academy/Business Rule/CV Extender: Here, walks through the setup/execution in a simple way. I'm surprised there are so many functions to make your CV dynamic and customized.  

 

Best,

Mustafa A