I think they are called running indents, but what I have is a line of dynamic text that may exceed the line and carry over onto the next, but it isn't 'blocked' (see image). What I need is to get it to be 'blocked'. I create a section for 1. Introduction, then add a band with 1.1 Introduction and the text that goes with it.any ideas? If I add an indent property, it indents the whole thing and I get the same thing, just moved over and that is not what I need. So I'm at a loss. Any help is greatly appreciated.
I just put it in a borderless table with a 'spacer' cell. Couldn't get rowexported to work, not sure how to use it. This was easier.
Hello dbishop9,
Did you tried to use “RowExported()” event to get “ReportRow” object and format the row there?
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2010.3/CLR4.0/html/Infragistics4.Web.v10.3~Infragistics.Web.UI.GridControls.DocumentRowExportedEventArgs~ReportRow.html
Without some code sample it will be difficult to me to say why is this layout rendered in the way that is showed in the screenshot.
It may be required to split the text in two parts (when it is wider than one document row) and export it in this way in order to achieve this layout.
Let me know if you need further assistance with this question.