since I guess there is no way to rotate a table by 90° I started to simulate one by wrapping static text and text fields together in band. I enclose each static text to its text field which suppose to have the value for that static text and then enclose all rows (combination of static and text fields) in one band. But I can not adjust the stretch type in a way that all these components play together. Each text field has a different value and should be expandable to its content. For example field text for static text 3. All fields are set to stretch by over flow, position float, stretch type relative to band height.
the structure is like this:
static1 | field with value1 |
static2 | field with value 2 |
static3 | field with value33333
|
static4 | Field with value4 |
And this is how it looks like with text fields fading in each other: