Hi,
In my report header I have a number of fields placed vertically. If there is no data for one or more of these fields I would like the fields with data to move up vertically to take the place of the missing fields i.e. same functionality as a vertically oriented stackpanel. Each field has a matching label with a different format to the data field (if they all had the same format I could achieve this quite simply in a single textbox):
Contact: John
Phone: 555-555-5555
Fax: 555-555-55555
Email: john@company.com
(e.g. if there was no Fax number for John then the email row would move up to to the position of the Fax row).
I imagine I could do this in code by positioning the fields manually but I'm hoping there is a better way.
What is the recommended method for achieving this?
Thanks,
Steve
In my report header I have a number of fields placed vertically. If there is no data for one or more of these fields I would like the fields with data to move up vertically to take the place of the missing fields i.e. same functionality as a vertically oriented stackpanel. Each field has a matching label with a different format to the data field (if they all had the same format I could achieve this quite simply in a single textbox):
Contact: John
Phone: 555-555-5555
Fax: 555-555-55555
Email: john@company.com
(e.g. if there was no Fax number for John then the email row would move up to to the position of the Fax row).
I imagine I could do this in code by positioning the fields manually but I'm hoping there is a better way.
What is the recommended method for achieving this?
Thanks,
Steve