Report: Prevent textboxes from moving

I created a report that has a table and some textboxes. I need the table and textboxes to be in a specific location on the report.

The table varies between 1 and 6 rows. This causes a problem because the textboxes below the table move according to how many rows on in the table.

Does anyone have any suggestions on how I can prevent the textboxes from moving location

Thanks,

Marc



Answer this question

Report: Prevent textboxes from moving

  • Eugene Dorofeyev

    I found a solution.... I had one report where the table did not cause the textboxes to change location and another report where the table changed the textboxes location.

    I opened the .rdlc file in notepad and compared. I found out that in the report that did not cause the textboxes to change location the table was not group within the list.

    Long story short, I took the table out of the list and it works.....

    My report had a list named List that contained all of the items in the report together. I dragged the table out of list, clicked on table (bring to front), drag the list over table... and now it works...

    Marc


  • Report: Prevent textboxes from moving