Article information
Article relates to
Telerik Reporting
Created by
Stef
Last modified
December 25, 2013
Last modified by
The information below is obsolete. Instead consider our online documentation that is always up to date.
Newtonsoft.Json.dll System.Web.Http.dll
System.Web.Http.WebHost.dll
System.Net.Http.dll
Telerik.Reporting
.dll Telerik.ReportVIewer.Mvc.dll
Telerik.Reporting.Services.WebApi.dll
public
class
WebApiConfig
{
static
void
Register(HttpConfiguration config)
Telerik.Reporting.Services.WebApi.ReportsControllerConfiguration.RegisterRoutes(config);
}
Public
Class
Shared
Sub
Register(config
As
HttpConfiguration)
Telerik.Reporting.Services.WebApi.ReportsControllerConfiguration.RegisterRoutes(config)
End
protected
Application_Start(
object
sender, EventArgs e)
WebApiConfig.Register(GlobalConfiguration.Configuration);
Protected
Application_Start(sender
Object
, e
EventArgs)
WebApiConfig.Register(GlobalConfiguration.Configuration)
Resources Buy Try