I'm
bought aspose for a client in order to be able to export to word from
CRM 4.0. My client has several reports that needs to be exported and
each of them has both header and footer included. The header and the
footer both include images and should only appered on page 1 when
exporting, and on the rest of the pages no header or footer should
appear at al.
I've been using this clause for the images in the properties - visibility-hidden field (=IIF(Globals!PageNumber=1,false,true)
I've also tried to keep the properties - visibility-hidden field set
to 'False' and instead set the PrintOnFirstPage option to 'True' and
PrintOnLastPage to 'False'.
There seemes to be some kind of bug as this somethimes displays no
header or no header at all, header and footer on all pages or in some
reports it does actually work. I even tried to copy a report that it
actually works and upload it to crm again but then the word is printing
the header and footer to all pages.
Nothing of this does make any sense to me, as I have no problems exporting to other formats, like pdf.
As this feature is critical for my client any help would be very much appreciated.
regards,
Gudmundur
p.s. I'm using visual studio 2005