Overview

StimulsoftEX for OutSystems

StimulsoftEX is a reporting and BI dashboard management application developed for OutSystems with the Stimulsoft Report engine.

All reporting operations can only be performed in a familiar browser such as Chrome or Edge. In addition, Designer and Viewer are provided as SDKs and can be freely customized.

Also, since it operates as an OutSystems application, there is no need to prepare a dedicated server for reports.

 

RMOverviewE.png

 

 

SDK

SDK Contents

Web Blocks

Report Designer

A tool for designing the layout of the report template.

Report Viewer

A tool for displaying the layout of the report template.

Direct Print

A tool for directly printing without displaying the layout of the report template.

 

Actions

GetReportTemplate

Action to retrieve JSON string as report template data.

TemplateBinaryToText

Action to convert the binary data of the report template to text format.

TempalteTextToBinary

Action to convert the text data of the report template to binary data.

 

Actions(option)

GetPrinterList

Action to get a list of printers on the server.

GetReportImage

Action to convert the report to image on the server.

GetReportPdf

Action to convert the report to PDF on the server.

GetReportPdfWithCertificate

Action to convert the report to PDF with a certificate on the server.

GetReportPdfWithPassword

Action to convert the report to PDF with a password on the server.

GetReportHTML

Action to convert the report to HTML on the server.

GetReportCsv

Action to convert the report to CSV on the server.

GetReportExcel2007

Action to convert the report to Excel2007 on the server.

GetReportWord2007

Action to convert reports to Word2007 on the server.

GetReportPpt2007

Action to convert reports to PowerPoint2007 on the server.

ServerSidePrint

Action to print directly using the printer connected to the server.

TestLogin

Action to test if it is possible to log in to the server.

Creating Report

Preparing Data

Create the entity for your report

Customer-Order.png

 

Create the endpoint rest to retreive the data

CustomerOrderREST.png

 

 

Creating Report Template 

Open the Report Designer and Create the new data source

ReportDesigner.png

 

Select JSON for the data source and enter the endpoint

DataSource.png

 

Place columns in report

PlaceColumns.png

 

Preview

Preview.png

How to Implement

Placement of ReportViewer 

Place ReporViewer Web block

SetViewer.png

 

Setting ReportViewer parameters

ReportViewerProperty.png

 

Placement of Direct Print 

Place DirectPrint Web block

SetDirectPrint.png

 

Setting DirectPrint parameters

DirectPrintProperty.png

 

Placement of ReportDesigner 

Create the text input widget to save the Report Template data

ReportTemplateValiable.png

 

 

Prepare Report Template data in Preparation

ReportTemplatePrepaartion.png

 

 

Place the ReportDesigner Web block

SetDesigner.png

 

Download

Download web page(OutSystems Forge)

 

License

Stimulsoft ReportManager has two editons available - Community and Enterprise.

ReportManager Community Edition

For Free

Some Restriction

  • The watermark appears in the report. 

 

ReportManager Enterprise Edition

All Feautures

Support, Maintenance and Upgrade

 

License and Pricing for ReportManager Enterprise Edition

ReportManager Enterprise is our commercial product that can use all features without limitation. The commsercial lisence is 1-year subscription and include support, maintenace and upgrade. 

Mono

 

Up to 1 server can be installed per license.

 

 

Server Action(option)

 

The server side processing function is enabled.