Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
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 in your None application. Key Features Subreports, master-detail reports, report parameters, expressions, data bindings, and conditional formatting. An intuitive drag-and-drop interface
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 reports in your jQuery application. Key Features Subreports, master-detail reports, report parameters, expressions, data bindings, and conditional formatting. An intuitive drag-and-drop interface
dxTreeView Configuration
one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon library The icon's CSS class if the icon is from an external icon library (see External Icon Libraries...) { var d = $.Deferred(); $.get("http://url/to/the/service", { // Here, 0 is the "rootValue" property's value. parentId: parentNode ? JSON.stringify
Create a DevExtreme application with Next.js
: npm run dev If you want to run your website in production mode, build the project first: npm run build; npm run start The server outputs the preview URL to the console. The default URL is http... in a browser that prohibits execution of client-side JavaScript. Try it yourself - go to your browser settings, disable JavaScript, and refresh the page. The page should not change. Activate JavaScript
dxPieChart Configuration
" }, { type: "image", image: "http://image/url/myimage.png" }, { type: "custom", template: function(annotation) { const data = annotation.data...; <dxi-annotation type="image" image="http://image/url/myimage.png"> </dxi-annotation> <dxi-annotation type="custom" template="custom