Page 1 of 1

Automatically adjust the distance between text

Posted: Sat May 18, 2019 11:32 am
by stimulsoft2019
Hi
I'm facing this :
for a factor Signers may be low or high.
Family name and post of People are stored in a table.
Sometimes 1 signers
Image
Sometimes 2 signers
Image
Sometimes 3 signers
Image
Sometimes 4 signers
Image


How can I create this mode? How can I create this mode to automatically set the fields?
i try cross data band .but in cross data band Fields are printed in succession And can not control space .
Image

Re: Automatically adjust the distance between text

Posted: Mon May 20, 2019 11:55 am
by Lech Kulikowski
Hello,

Please try to use the AutoWidth property.

Thank you.

Re: Automatically adjust the distance between text

Posted: Tue May 21, 2019 11:53 am
by stimulsoft2019
Hi
i try AutoWidth property. ( select textbox -> behavior->AutoWidth = true.
but i cant obtain the correct position the i mentioned above ).

Consider a sheet.
At the bottom of the page,
Sometimes signed by only one person.
Sometimes signed by two people.
Sometimes signed by three people.
Sometimes signed by four people.

Now :
when i select 1 person : must his name& Posts show center At the bottom of page .
if i select two person,Their names & Posts : should be displayed on the left and right At the bottom of page .
and if i select Three person heir names & Posts : should be displayed on the left center and right At the bottom of page .

I can not create the cross-sectional alignment (center Align,Left & Right Align ,Left center & Right align) with an appropriate spacing between the fields.

Re: Automatically adjust the distance between text

Posted: Tue May 21, 2019 9:03 pm
by Lech Kulikowski
Hello,

In this case, you can try to use the code in BeforePrint event in which check count of records and set the necessary columns count for the band.

Thank you.