Position Shape Object on set positions on the page

Hi.

I need to place a red-dot at certain positions on the page. The number of dots and position are feed from a dataset. The data set holds top, left coordinates for the dots. For dots I have defined a shape object using the skEllipse shape inside a DetailData band tied to the dataset.

The problem right now is that each record from the dataset is printed on the next line as the dataset is traversed. Therefore, the dots keep shifting down instead of printing at the top, left positions that's assigned to the object from code.

Is there any way to avoid having the databand advance the object?


Thank you very much,


Reinaldo.

Comments

  • edited 1:17PM
    Is there any way to avoid having the databand advance the object?

    Hi.

    Try setting the databand.height to 0.
    Can be done by code in the databand's OnBeforePrint if you want to keep your dot visible in the designer at design time.

    Petter

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.