From: Jon on
Hi there

I am using rdlc files within a winform application. There I have RichTextBox
where user can enter multiline text. There is no formating but only the tab
character is available for the user.

Now when i display the report all the tab characters are replaced by a
single space and therefore the formating gets lost.

Is there a way to make the rdlc files support the tab character? The only
option I found was the possibility to change teh MarkupType to HTML, which
does not help in my situation.

Thanks for any help!!

jon