-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jsreport for Razor Pages #11
Comments
Some info here I welcome would welcome a contribution to this topic. |
I did a just simple razor pages .net core application and was able to get pdf using the above code. I just has two string fileds in the page. But when it comes to my actual application, i get the above error. Does that mean jsreport works for Razor pages ? |
I get this error in actual application... |
I get an object reference not set to instance of an object error at below code.
HttpContext.JsReportFeature().Recipe(Recipe.ChromePdf);
return Page();
I am using jsreport to generate a pdf of a razor page not view. Does jsreport works with razor page in asp.net core application?
The text was updated successfully, but these errors were encountered: