asp.net mvc - Print Dynamically created table by Rotativa -




i creating dynamic table list using json stored procedure. need print dynamically created list of table using rotativa. here controller code:

public actionresult merit(int students)     {        ...        ...             return json(list, jsonrequestbehavior.allowget);         }         catch (exception ex)         {             throw ex;         }     } 

i tried :

public actionresult meritlisttopsd()     {         return new rotativa.actionaspdf("merit");     } 

but gives error of "the parameters dictionary contains null entry parameter 'students' of nonnullable type"

please if have idea





wiki

Comments

Popular posts from this blog

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -

Asterisk AGI Python Script to Dialplan does not work -