Hye.
i use MVC (Html5) to call the report. how to call the service for binding the report?
mean example
html5 call webapi
http://xxxxxx/api/reports/getCompany
in Webapi >
is it possible?
i use MVC (Html5) to call the report. how to call the service for binding the report?
mean example
html5 call webapi
http://xxxxxx/api/reports/getCompany
in Webapi >
public
class
GetCompanyController {
public
(what type need to
return
?)
GetCompanyController(what parameter need request?)
companyService.getCompany();
}
is it possible?