Search Results: if (!this.bundlesReported[script.src]) {

Overview

Guides

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

Guides

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

Guides

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

Guides

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

Guides

="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"><