The application has to print a report to a pre-printed stationary paper, which has lines printed to it.
We need to print the contents of a multi-line textbox to this pre-printed paper with lines, in such a way that each of the lines in the textbox is printed right above the lines printed in the paper. Relate this to we printing some contents to a ruled note book.
Is there a way to set the space between each lines of the multi-line textbox?
The application is being developed in C#.NET 4.0, and report type is rdlc (local report)
I tried using LineHeight, SpaceAfter, SpaceBefore properties, but the rendering does not change.
Kindly help!!!