wolfee
2 hours agoNew Contributor
ReportBackgroundColor not filling the entire cell when viewing the report as a PDF
Hi,
I am encountering an issue with the header format of the 'Total' row below where the ReportBackgroundColor is not filling the entire cell when viewing the report as a PDF. There is no issue when viewing view the cube view or Excel. Below is the header formatting we're suing:
ELSE IF (RowName Contains ':Total:') THEN
ExcelBottomBorderColor = Black, ExcelTopBorderColor = Black, ExcelTopBorderLineStyle = Thin, Italic = True, ReportBackgroundColor = Gray, ReportUseBottomLine1 = True, ReportUseTopLine1 = True
I'm using the same formatting for Header and Cell Format but as you can see from the screenshot below, there is a blank space below Total.
Has anyone encountered this?