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>
....
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>
....