• The following code behind resolved this for me:

    if (!Page.IsPostBack)

    {

    rv_UpsellCalc.LocalReport.ReportPath = "RapidFireUpsells.rdlc";

    rv_UpsellCalc.LocalReport.Refresh();

    rv_UpsellCalc.Visible = true;

    }