I'm trying to set a page break between two rectangles, but it's not working.
When I try to preview the screen to print it's only show the first page. I'm using the css print media.
I already did
First: Insert a page break after the first rectangle
Second: Insert a page break before the second rectangle
<rsweb:ReportViewer ID="rptguia" runat="server" Height="100%" WaitMessageFont-Names="Verdana" Width="100%" Font-Names="Verdana" Font-Size="8pt" WaitMessageFont-Size="14pt" AsyncRendering="True" ShowToolBar="false" ExportContentDisposition="AlwaysInline"><LocalReport ReportEmbeddedResource="LadySys.report.faa.rdlc" ReportPath="report\faa.rdlc"></LocalReport></rsweb:ReportViewer>
VS2012
Reporting Viewer 11
Can you help me?
Thank you