RDLC report Inside text box How to align test 'Justfy' .
Loading
RDLC report Inside text box How to align test 'Justfy' .
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Apr 28, 2024, 11:05 AM
Helo Lejo,
There is no justify alignment on textbox porperty, Please use this to set up alignment as justified,
Add below div ,
lejoPosted Apr 25, 2024, 12:00 PM
there is no justify alignment .only left,center and right alignment is there
Abhishek YadavPosted Apr 25, 2024, 10:01 AM
To align text in a TextBox in an RDLC report to "Justify", you will need to follow these steps:
Open your RDLC report in Visual Studio.
Select the TextBox that contains the text you want to align.
In the Properties window, look for the property called "TextAlign" and set it to "Justify".
Save your changes and run the report to see the text aligned to justify within the TextBox.
By following these steps, you should be able to align text within a TextBox in an RDLC report to "Justify".