Asp.net maker with Telerik report

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
SystemAnalysis
User
Posts: 2

Asp.net maker with Telerik report

Post 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


motfs
User
Posts: 258

Post 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.


SystemAnalysis
User
Posts: 2

Post by SystemAnalysis »

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


motfs
User
Posts: 258

Post 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?


Post Reply