Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

OLAP Cube

Guides

the XmlaStore: specify the OLAP server's url, the catalog that contains the OLAP cube that you access, and the cube. Wrap the XmlaStore into a PivotGridDataSource. This component enables you to group... DevExpress.data.XmlaStore({ url: "https://my-web-srv01/OLAP/msmdpump.dll", catalog: "AdventureWorksDW2012", cube: "Adventure Works" }); var adventureWorksDataSource = new

PHP Service

Guides

. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service.php"; $("#chartContainer").dxChart({ dataSource: DevExpress.data.AspNet.createStore({ key: 'ID...://url/to/my/service.php"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl }); } } import { BrowserModule } from '@angular/platform-browser'; import

PHP Service

Guides

. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service.php"; $("#funnelContainer").dxFunnel({ dataSource: DevExpress.data.AspNet.createStore({ key: 'ID... = "https://url/to/my/service.php"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl }); } } import { BrowserModule } from '@angular/platform-browser

PHP Service

Guides

. jQuery JavaScript $(function() { const serviceUrl = "http://url/to/my/service.php"; $("#lookupContainer").dxLookup({ dataSource: DevExpress.data.AspNet.createStore({ key: "ID...; constructor() { const serviceUrl = "http://url/to/my/service.php"; this.store = createStore({ key: "ID", loadUrl: serviceUrl }) } } @NgModule

MongoDB Service

Guides

shows how to use this method. jQuery JavaScript $(function() { const serviceUrl = "http://url/to/my/service"; $("#lookupContainer").dxLookup({ dataSource... { store: CustomStore; constructor() { const serviceUrl = "http://url/to/my/service"; this.store = createStore({ key: "ID", loadUrl: serviceUrl