C#

Asked • 07/24/19

ASP.NET Session has expired or could be found in SharePoint 2007?

I'm trying to load an .rdlc file in SharePoint 2007 but it is not getting loaded and the following error is coming on that Report Page. Below mentioned is the code which I've used. Kindly help what modifications I should have to do. if (!Page.IsPostBack) { this.EnableViewState = true; rptViewer.Reset(); rptViewer.LocalReport.EnableHyperlinks = true; rptViewer.KeepSessionAlive = true; rptViewer.EnableViewState = true; rptViewer.ProcessingMode = ProcessingMode.Local; rptViewer.LocalReport.ReportPath = @"C:\\New folder\\RDLC\\RiskReports\\RiskReports\\Report1.rdlc"; } It would be a great help and appreciation.

1 Expert Answer

By:

Inactive Tutor answered • 02/17/23

Tutor
New to Wyzant

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.