I've got a website which was running Crystal Reports XI R2 (11.5) reports. Everything was working fine, other than it's getting a bit old. Tried to update to this version SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads, and the page works and displays the reports. BUT I have a report with about 30 pages in it, and when I click on next page, it only ever goes to page 2. I can enter page 5 into the current page text box and it will load page five just fine. I then click on next page, and it loads page 2.
Is there a known issue with CrystalReportsViewer for web, doing this? Or did I mess something up?
The HTML code is as follows
<asp:Panel ID="reportPanel" runat="server">
<CR:CRYSTALREPORTVIEWER id="crystalReportsWebViewer" runat="server" Width="350px" Height="50px" BorderColor="Transparent"
GroupTreeStyle-BorderColor="Transparent" GroupTreeStyle-BorderStyle="Ridge" GroupTreeStyle-BorderWidth="2px"
HasCrystalLogo="False" HasToggleGroupTreeButton="False" />
</asp:Panel>
The CR tagPrefix is pointing at CrystalDecisions.Web v 13.0.2000.0.
I originally posted this in SAP Crystal Reports, but they told me to post it here instead. Let me know if any more information/clarification is needed.
Thanks