[]
ActiveReportsJS 安装包和 CDN 包中 @grapecity/activereports包含了 ActiveReportsJS Viewer 控件可用的主题样式文件:
为了使用默认的 "深色系", "绿色系",或 "轻蓝色" 通用的 CSS 文件也需要先引入进来。 如:
<link
rel="stylesheet"
href="http://cdn.grapecity.com/activereportsjs/2.0.0/styles/ar-js-ui.css"
type="text/css"
/>
<link
rel="stylesheet"
href="http://cdn.grapecity.com/activereportsjs/2.0.0/styles/ar-js-viewer.css"
type="text/css"
/>
在应用中也支持 CSS 加载器,可以通过使用 import
语句,导入样式,例如:
import "@grapecity/activereports/styles/light-blue-ui.css";
import "@grapecity/activereports/styles/light-blue-viewer.css";
可以为 ActiveReportsJS 报表 Viewer 使用自定义主题: