Page 1 of 1

from viewer to designer

Posted: Thu Jul 27, 2017 1:39 am
by jackn3o
i have download stimulsoft report js sample from https://github.com/stimulsoft/Samples-J ... er/Node.js
and i try to add a designer feature to "06. Load Report from Server Side"
but when i click designer button and switch to designer view (method i refer to https://github.com/stimulsoft/Samples-J ... aster/Demo)
it prompt me a Error alert without detail.

Currently it is using trial report.js (report,viewer,designer)
My company now is looking for a web reporting tool come with web designer.

Attach with my code at google drive
https://drive.google.com/file/d/0B4f-EI ... sp=sharing

Re: from viewer to designer

Posted: Sat Jul 29, 2017 7:48 am
by HighAley
Hello.

There are two different internal formats in our product.
A report template (mrt-file) and a rendered report or a report document(mdc-file).
The report template file you create in the designer. Before showing the report it should be rendered.
After the rendering, you get the rendered report that is possible to open in the Viewer only.
In your sample, you are trying to open the rendered report in the Designer. It's impossible.

If you need to open the report template in the Designer, you don't need the node.js part.
Just load the report template file in the Designer.

Thank you.

Re: from viewer to designer

Posted: Sat Jul 29, 2017 7:51 am
by HighAley
Hello.

I should add that our report engine renders and export reports.
If you are opening a report in the Designer, you don't need to render it and don't need to use the node.js code on the server side.

Thank you.

Re: from viewer to designer

Posted: Mon Jul 31, 2017 1:52 am
by jackn3o
HighAley wrote:Hello.

I should add that our report engine renders and export reports.
If you are opening a report in the Designer, you don't need to render it and don't need to use the node.js code on the server side.

Thank you.
Noted, thanks for your reply :)
Currently i am using Vue Js for the frontend, do you have any example for vue js?
(still new to stimul js)

Re: from viewer to designer

Posted: Mon Jul 31, 2017 5:02 pm
by HighAley
Hello.

There are many different frameworks.
Sorry, we don't have example for Vue.js.

Thank you.