Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@grapecity/activereports-react
Advanced tools
This package is a part of the ActiveReportsJS and provides react wrapper for ARJS Viewer Component
npm install create-react-app -g
create-react-app arjs-react
cd arjs-react
npm install @grapecity/activereports-react
src/App.js
file:import React from 'react';
import { Viewer } from '@grapecity/activereports-react';
import '@grapecity/activereports/styles/ar-js-viewer.css';
class App extends React.Component {
_viewer = Viewer;
render() {
return (
<div className="demo-app" style={{ height: '800px'}} >
<Viewer report={{ Uri: {
"Name": "Report",
"Type": "report",
"Width": "9.7215in",
"Body": {
"Name": "Body",
"Type": "section",
ReportItems: [
{ Type: "textbox", Name: "textbox1", Value: "Hello from ActiveReports", Height: "10in" }
]
}
} }}/>
</div>
);
}
}
export default App;
npm start
For more information on how to use ActiveReportsJS and available tools, refer to the Documentation or API reference for guidance.
FAQs
ActiveReportsJS components for React
The npm package @grapecity/activereports-react receives a total of 1,266 weekly downloads. As such, @grapecity/activereports-react popularity was classified as popular.
We found that @grapecity/activereports-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.