Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Maps Integration

Page 1 of 8 (77 items)Prev12345678Next
Drop Filter Fields Here
Quantity
Country(Ascending)[Filter]
Product Name(Ascending)[Filter]
ArgentinaAustriaBelgiumBrazilCanadaDenmarkFinlandFranceGermanyIrelandItalyMexicoNorwayPolandPortugalSpainSwedenSwitzerlandUnited KingdomUSAVenezuelaGrand Total
Alice Mutton
Aniseed Syrup
Boston Crab Meat
Camembert Pierrot
Carnarvon Tigers
Chai
Chang
Chartreuse verte
Chef Anton's Cajun Seasoning
Chef Anton's Gumbo Mix
Grand Total
 1914027126  6715 2036   6010 25361 978
 45  2014  115       30 30470328
209115365070124534540431   4075 101041151103
 16040212145 24 4056414 1522193570166173671577
 44 5340  15474338128      8825539
  105180 205217015 22 6151035157318074828
 582047   35235471020 20 20866035294701057
 175 140  20811743220  20 72 204224793
  215610 2550502015   342462 2561 453
2097 20      15       6086 298
3395167139242471984117088532549213168482210251612055337182235127527429330293651317
Page 1 of 8 (77 items)Prev12345678Next
Did this demo address your needs?
If you’d like us to extend this demo further, please describe your needs below.
Thank you in advance for your cooperation.
SEND FEEDBACK

The Bing Maps service provides the capability to display sales reports on a map. The maps provide a JavaScript API to display maps, locate countries and businesses, and create pushpin indicators.

To send report data from the server to the client side, use the CustomJsProperties event. This event automatically serializes dictionary and list-typed property data, without any additional efforts.

These properties can be accessed on the client side as follows: [PivotGrid ClientInstanceName].[PropertyName]

To display a sales report on a map, create a new instance of the SalesMap class and use the SalesMap.ShowMap method. Its parameters are the following:

  • mapContainerId - id of a map container element;
  • salesPerCountry - dictionary of country:sales pairs;
  • loadingPanel - instance of a LoadingPanel client instance;

Note that all parameters are mandatory.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxPivotGridDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxPivotGridDemos
Multi-Use Site Controls