according this, I try to place an vertical line in DataBand.
I have a additional StiPageHeaderBand.
The problem: my vertical line is always moved down by the sum of the heights of all bands above.
The Top-Value is recalculated by the designer?
This Line has no effect:
Code: Select all
VerticalLinePrimitive1.Top += MyDataBand.Top;
-christoph