Not having much luck with printing headers
Not having much luck with printing headers
DustFrog
Posts: 2Questions: 0Answers: 0
I've a couple different things. First, I tried setting sPdfMessage and sMessage by adding "\n", "\r\n", and even "\\n" between each string that makes up my report header, but that wasn't successful. Always printed up to the first "\n". Only way to get multiple lines that I could determine was have one super long string without any type of line breaks, but that was unacceptable.
Next, I tried creating a .... row, and I added my header information there. It only came out for the "Print" option. This header row never showed up in "Copy", "CSV", or "PDF" options. It only printed the next header row with is the row that is broken out into individual columns.
What am I doing wrong? Is there no way to achieve what I'm trying to do?
Next, I tried creating a .... row, and I added my header information there. It only came out for the "Print" option. This header row never showed up in "Copy", "CSV", or "PDF" options. It only printed the next header row with is the row that is broken out into individual columns.
What am I doing wrong? Is there no way to achieve what I'm trying to do?
This discussion has been closed.
Replies
dataIn:Array = splitText[1].split("\n"),
But still don't understand why data in a defined HTML header does not work when spanning over multiple columns.