Hi All,
I have telerik report 2018 r1 but after configuration it still doesnt show in browser.
below is the code
var reportSource = new Telerik.ReportViewer.Html5.WebForms.ReportSource(); reportSource.IdentifierType = IdentifierType.UriReportSource; reportSource.Identifier = "test.trdp"; // reportSource.Parameters.Add("Date", DateTime.Today.AddDays(25)); ReportViewer1.ReportSource = reportSource;