stimulsoft-reports-js
Version:
Stimulsoft Reports.JS is a reporting tool for Node.js
9 lines (8 loc) • 382 B
CSS
/*
stimulsoft.viewer.office2013.lightgrayorange.css is no longer needed.
Please remove the links from your project and delete this file.
Use the next code to set the initial theme:
var options = new Stimulsoft.Viewer.StiViewerOptions();
options.appearance.theme = Stimulsoft.Viewer.StiViewerTheme.Office2013LightGrayOrange;
var viewer = new Stimulsoft.Viewer.StiViewer(options);
*/