30-09-2015 03:40 PM
Hi,
I have a problem to set the title level.
My request: How to fix this bad heading level handling?
Some titles should be at level 2 or 3 (see attach file).
This function does not work:
Function IReportGenerator_getTitle(oRoot, oIAnalysis)
' My test
IReportGenerator_getTitle = "(" + cstr(oIAnalysis.GenerationContext.getTitleLevel) + ")" + "Test"
End Function
Thanks.
DJ