[solved] StiVerticalLinePrimitive and Top
Posted: Tue Nov 16, 2010 1:38 pm
Hi,
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:
What can I do?
-christoph
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