This is a migrated thread and some comments may be shown as answers.

Telerik Report not Showing in browser

0 Answers 143 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Edwin
Top achievements
Rank 1
Edwin asked on 01 Apr 2018, 12:36 PM

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;

 

 

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Edwin
Top achievements
Rank 1
Share this question
or