How to dock / anchor component to underlying band?
Posted: Mon Feb 09, 2015 4:15 pm
Hello Stimulsoft support,
how can i fix text components in a data / header / footer band so that all components are placed the same location relative to parent band even if page margins change at run time?
For example i increase left and right page margin of my report at runtime. So the bands are getting smaller but the text components are still at the same location and now in part outside the band.
I tried combinations of property values of properties. But nothing worked. Can you explain the effect of these four properties? Class reference documentation for that is very poor ( http://admin.stimulsoft.com/documentati ... index.html ) by the way! (For example: ShiftMode is explained with "Gets or sets a value which indicates the shift mode of the component.") But nothing is said about the meaning of that and there is no description of the StiShiftMode enum values in documentation.
Hope you can clear it up a bit!
Thanks and regards
Thorsten Pontow
how can i fix text components in a data / header / footer band so that all components are placed the same location relative to parent band even if page margins change at run time?
For example i increase left and right page margin of my report at runtime. So the bands are getting smaller but the text components are still at the same location and now in part outside the band.
I tried combinations of property values of
Code: Select all
DockStyle, ShiftMode, Locked, Linked
Hope you can clear it up a bit!
Thanks and regards
Thorsten Pontow