from viewer to designer

Stimulsoft Reports.JS discussion
Post Reply
jackn3o
Posts: 6
Joined: Wed Aug 28, 2013 2:29 am

from viewer to designer

Post 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
Attachments
error.PNG
error.PNG (79.64 KiB) Viewed 2242 times
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: from viewer to designer

Post 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.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: from viewer to designer

Post 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.
jackn3o
Posts: 6
Joined: Wed Aug 28, 2013 2:29 am

Re: from viewer to designer

Post 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)
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: from viewer to designer

Post by HighAley »

Hello.

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

Thank you.
Post Reply