HTML/CSS Report

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
Boni
Posts: 75
Joined: February 25th, 2020, 5:53 am

HTML/CSS Report

Post by Boni »

Hi all !!
I would like to know how to use HTML / CSS code to produce a report. I searched in the differents help supports, I can not understand big things, the example I saw (Templated Report or "C:\Programm files (x86)\cspro 7.4\Reports\CSPro Reports.csrs") is for JavaScript code, if I'm not mistaken. Unfortunately, I'm not talented at JavaScript yet.
Sincerely yours !
Gregory Martin
Posts: 1777
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: HTML/CSS Report

Post by Gregory Martin »

Templated reports do not require that you write JavaScript, they only require that you know how to use Mustache syntax to create your HTML template: https://www.csprousers.org/help/CSPro/t ... ports.html

Unfortunately, there aren't many examples of using CSPro's reporting features. If you want to see an example of CSPro reporting (not using the report/setreportdata functions), here is a good example: https://github.com/jhandley/cspro-D3-charts
Boni
Posts: 75
Joined: February 25th, 2020, 5:53 am

Re: HTML/CSS Report

Post by Boni »

Thanks dear Gregory, I'm going to read that
Sincerely yours !
Post Reply