Table of Contents

Reports

The reports are elements that takes in data from a Neos source and extrapolates it in tables, charts, visual presentations, and other styles so that the information is easier to parse. Neos uses the Stimulsoft library. You can check the official documentation.

Tip

For programmatic access to reports using strongly-typed constants, see Typed IDs for Reports in Server Code for server-side usage, and Typed IDs for UI Elements for frontend usage patterns.

Table of content

Getting started

Designing a report

You can check different examples on how to design a report:

  • Stimulsoft demos
    Click on Edit button at the top right of the screen to display the designer.
  • Or refer to the TechnicalDemos for examples. Reports > Customers.

Rendering a report

  • Generate a PDF or Print. Documentation
    • Samples on TechnicalDemos cluster. Reports > Customers
  • Show in a viewer.
    • From code. Documentation
      • Samples on TechnicalDemos cluster. Reports > Standard viewer
    • With ReportViewer component. Documentation
      • Samples on TechnicalDemos cluster. Reports > Custom viewer

Custom usage

For use in the Viewer:

For interoperability with the Stimulsoft desktop application:

Deployment

Complementary