Trouble with asp.net core and vue.js

Posted by: goldli on 15 March 2020, 6:32 pm EST

    • Post Options:
    • Link

    Posted 15 March 2020, 6:32 pm EST

    Hi , guys.

    I am new to AR JS . My company project is using asp.net core 3.1 and vue.js.

    First of all, i have no idea how to start with ARJS , i can’t find any useful demo exactly likes what i am trying to do .

    My question is , based on security reason, we don’t allow direct data transform between broswer clients and server . All datas are encrypted.

    So , is it possible ,the clients request data from the server and decrypt data to json and then pass the json data to JsViewer ?

    if it is possioble , what should i do with js code?

  • Posted 15 March 2020, 8:50 pm EST

    I suggest that , the method “Open” of Viewer should add a parameter of User Defined Callback to format json data by users.

  • Posted 16 March 2020, 12:26 am EST

    Hello,

    Please refer the following link:

    https://www.grapecity.com/forums/activereports/binding-data-at-runtime-wi#helloyou-can-achieve-the-s

    For vue, add the following parameter in open method:

     this.getViewer().Open("test.rdlx-json",{ReportParams:[{Name:"data",Value:Data}]})
    
    

    Thanks,

    Mohit

  • Posted 16 March 2020, 12:17 pm EST

    Thanks ,mohitg

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels