Search code examples
telerikreportreportingtelerik-mvctelerik-reporting

what is for ServiceUrl("/api/reports/") in Telerik Reports


$reportViewer = $("#reportViewer1")
    .telerik_ReportViewer({
        serviceUrl: "/api/reports/",
        templateUrl: '/ReportViewer/templates/telerikReportViewerTemplate.html',
        reportSource: { report: "MyClassLib.Group, MyClassLib" },
        viewMode: telerikReportViewer.ViewMode.Interactive,
        scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
        scale: 1.0,
        PersistSession: false
    });

I wonder especially how serviceUrl works or where is /api/reports/ if you please tell other parameters i would be happy.

Thanks


Solution

  • Here is the link what all client-side properties explained