Page 1 of 1

Asp.net maker with Telerik report

Posted: Mon Jun 20, 2016 4:18 pm
by SystemAnalysis

I want to generate the telerik report from asp.net maker, but I'm not able to use telerik report inside my application ,

I want to create and call the telerik report by using .cshtml page..

any one can help me


Re: Asp.net maker with Telerik report

Posted: Tue Jun 21, 2016 10:26 am
by motfs

v12 uses ASP.NET Web Page, the file extension is .cshtml, if the project language is C#. However, ASP.NET Web Page is not the same as ASP.NET MVC, although they both use Razor page .cshtml. If you try add third party components to the page, you need to make sure the component support ASP.NET Web Page first.


Re: Asp.net maker with Telerik report

Posted: Tue Jun 21, 2016 12:52 pm
by SystemAnalysis

I try to add the third party components to ASP.NET MVC in Razor page .cshtml. but I fail


Re: Asp.net maker with Telerik report

Posted: Wed Jun 22, 2016 6:39 pm
by motfs

you need to make sure the component support ASP.NET Web Page first.

Does the third-party component support ASP.NET Web Page?