Spaces

Stimulsoft Reports.NET discussion
Post Reply
EDV Gradl
Posts: 228
Joined: Sat Jun 17, 2006 9:50 am
Location: Germany

Spaces

Post by EDV Gradl »

I have a text box with an GetValue event:

e.Value = NumberToString("0") + " ";
But the space are cut off in the preview. Was must I do to show the spaces again?

Thanks
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Spaces

Post by Edward »

EDV wrote:I have a text box with an GetValue event:

e.Value = NumberToString("0") + " ";
But the space are cut off in the preview. Was must I do to show the spaces again?

Thanks
Sorry, but gdi+ which we are using for drawing removes spaces. Try to use property Margins of Text component.
Thanks.

Post Reply