Good Morning,
I am creating a set of tables using the PDF Generator whose cells in column 1 (the headers) are set as follows:
headerCell.VerticalTextRotationAngle = VerticalTextRotationType.AntiClockWise;
headerCell.VerticalAlignment = VerticalAlignmentType.Center
headerCell.Alignment = AlignmentType.Left;
Some of these are single cells with vertical text, and some are cells with a nested table which display a name displayed vertically (ex. Time in Seat) and a set of periodicity measurements (ex. 30/60/90) displayed horizontally at the bottom.
All of the tables use the same code to generate the tables, and the first set of headers (in white) are common across all tables, with the blue and gray being added on dependent upon the Subject's requirements. Also, the section holding all of the tables has the isLandscape option set to true.
On occasion, some of the tables extend past the page length, so I set the isVerticalBroken option for the table to true. However, the combination of Anticlockwise and isVerticalBroken seems to throw off the formatting (see the tables for subject 0 and Subject 1). If the table fits within the page, the formatting is fine (Subject 1), but if the table extends past the end of the page, triggering a vertical split, the formatting becomes incorrect.
Can you provide me with any advice on how to correct the problem? Also, is there any way to repeat column1 on vertical split?
Thank you in advance for your help in this matter.
V/R,
Cunning