Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
OLAP Cube
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
. 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
. 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
. 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
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