Why ActiveReportsJS
Why Choose ActiveReportsJS for Your Vite App?
3. Initialize the report viewer component and load the report created with the ActiveReportsJS designer.
Open the src/App.jsx file, add a host element, and import the report.rdlx-json file you created above.
* Please set the report name dynamically according to the previously created file.
import React from 'react';
import './App.css';
import { Viewer } from '@mescius/activereportsjs-react';
import { Core } from '@mescius/activereportsjs';
function App() {
return (
);
}
export default App;
Please check the sample below for the full code.
4. Run the Vite app to check the results.
Run it using the npm run dev or yarn dev command.
npm run dev
ActiveReportsJS Starter Template
Jump-start your development with customizable samples and templates.
Here are a variety of templates and samples utilizing ActiveReportsJS. You can view actual demos, download them, and customize them for your own use.
Key Features of Vite Reporting Control ActiveReportsJS
List of Services
-
Powerful data bindingList Item 1Enhanced data binding capabilities allow you to quickly and easily bind reports to REST APIs, OData, and GraphQL.
-
Flexible report layoutList Item 2Choose from two different layout types and a variety of controls to create a more complete report.
-
Data visualizationList Item 3Generate high-performance JavaScript reports for your web applications using a variety of JSON data sources. Gain greater insights through tables, lists, and charts.
-
Custom ReportsList Item 4Leverage the Report Designer component to help users create reports faster and more sophisticated.
-
Perfect ViewerUse the viewer component to provide your end users with the best viewing, exporting, and printing capabilities.
-
Front-end framework supportActiveReportsJS supports all major frameworks, making it easy to integrate into Angular, React, Svelte, Vue, Nuxt, Next.js, and Vite applications.