Hello,
I'm using HTML in my Reports so I do not need to position 50 textfields in my header section. Instead I create my data by code with the caption and the value.
So far so good ...
What I try now is to get a table style Caption/Value list. I have a function where I place an amount of spaces after my caption that the values are aligned properly. This only works with non propotional fonts like Courier New. The problem is that most customers do not like to use non propotional fonts
Is there any chance to create such a table style list with the small amount of formatting options we have in reporting?
<Caption1>:_____________<Value1>
<Caption2>:_____________<Value2>
....
Answers
For example like this (not sure if working, but shows principle I hope):
With kind regards
mik
I use HTML in reports.
I have tried with <b> but I don't imagine why should not work with tables.
You need to change placeholder property.
Please view this video: https://msdn.microsoft.com/en-us/dynamics/nav/dn833423.aspx
Regards,
parm