I created a dataset that contains more than 10 fields. But the page can only hold, say 8 fields (after exporting to PDF). Is there a way to "move" those remaining 2 fields to the next row? So each record will have two rows of headers and two rows of data.
thank you
You can add an extra row to the header by simply right-clicking one of the header textboxes, and then insert row below or above as required.
Then in your detail row, do the same thing, and then on the additional row you just added, set the textboxes to the remaining fields.
In kendo grid after exporting to excel, the resulting sheet shows encoded values for one of the columns. I want decoded values in my excel sheet.
I am seeing this:
<p>Test</p><p>adding</p><p>note</p><p>note2</p><p>checking the value</p>
How to make data in cells in a specific column clickable(hyperlink) in excel export in laravel?
I have tried
$sheet->getCell('E26')
->getHyperlink()
->setUrl('http://examle.com/')
this works fine but I don't want to specify cell number. I need it to work for whole column
I have a tablix with lots of rows. Now I want to export the report to word. On each page of the word document, the header should be repeated.
I tried the properties section of the tablix and I also used the advanced mode to set the row property "RepeatOnNewPage".
But in word there is no difference.
Any ideas???
I have a large report(basically is a large tablix) with multiple pages.
I don't want to use page header because I can't insert tablix there.
i tried this:
http://msdn.microsoft.com/en-us/library/cc627566%28SQL.105%29.aspx
but when I open the pdf the header is not on every page