Report Header - Report Title Placement
Hi All,
Thanks in advance for the help on this. I am looking for configure the Report Title in a cube to to be aligned left rather than center. In the screenshot below I would like "Consolidated Balance Sheet" to be aligned with Subtitle 1: Left - "Test".

Here is the current syntax I have to move this but it looks like it moving the title left on center rather than aligning it left.
'Move page header left
If uiItem.UIItemType = XFReportUIItemType.PageHeaderLabelTitle
uiItem.Visible = True
uiItem.Left = args.Report.CurrentPageInfo.LeftPosition
End If
This formula is within the Custom Report Task rules.
Cheers,
Amar
