Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
Overview
Pagination is a UI component that allows users to navigate through pages. In this overview, you can find a map of Pagination elements, information about key features, and what to explore...
Embedded Reports
DevExpress Reporting is a reporting solution designed for advanced reporting, and includes a rich design-time experience and extensive customization options. With None Reporting you can embed reports...
Embedded JS Reports
DevExpress Reporting is a reporting solution designed for advanced reporting, and includes a rich design-time experience and extensive customization options. With JavaScript Reporting you can embed...
Create a Custom Bundle
a minified bundle: devextreme-bundler <bundle_name|file_name> Link the bundle script file to your HTML page: HTML <script type="text/javascript" src="dx.custom.js" charset="utf-8"><
Providing Data
="text/javascript" src="js/dx.viz.js"></script> <script type="text/javascript" src="js/vectormap-data/world.js"></script> </head> </html> Alternatively, the same data sources can be accessed and referenced using the DevExpress CDN. HTML<script type="text/javascript" src="https://cdn3.devexpress.com/jslib/25.2.5/js/vectormap-data/world.js"><