SAP Knowledge Base Article - Public

2917756 - crystalReportViewer_Load event not firing - Crystal Reports for Visual Studio SP 25, 26 and SP 27

Symptom

Forum post - https://answers.sap.com/questions/13025890/crystalreportviewer-load-event-not-firing-with-sp2.html using

When setting the Viewer Load event it does not trigget

Environment

Crystal Reports, developer for Visual Studio

Reproducing the Issue

using System.Windows.Forms;

namespace CrystalTest
{
   public partial class Form1 : Form
{
public Form1()
{
   InitializeComponent();
}

private void crystalReportViewer1_Load(object sender, System.EventArgs e)
{
   crystalReportViewer1.ShowLogo = false;
}
}
}

Resolution

This issue has been reported to R&D and should be resolved in SP 28 ( due out in July 2020 - estimated)

Keywords

cr for vs, crviewer, trigger event , KBA , BI-DEV-NET , BI Software Development Kits (SDKs) - .NET or Other , Problem

Product

SAP Crystal Reports, developer version for Microsoft Visual Studio