Hi,
I'm getting a bit confused here how this really works. I though I had solved the problem but suddenly after I did some modification on the rsreportserver.config I don't seemes to get this work properly again.
I did add this to the config file:
<Render>
…
<Extension Name="AWDOCX" Type="Aspose.Words.ReportingServices.DocxRenderer,Aspose.Words.ReportingServices">
<Configuration>
<PageBreaks>OnEachPage</PageBreaks>
</Configuration>
</Extension>
</Render>
But the header and footer images still appeares on the pages I excluded in the Visual Studio properties->visibility->hidden -> =IIF(Globals!PageNumber>1,True,False)
I attach my rdl and the datasource is the Adventure Works database, I can provide that if requested.
Cheers,