Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 2.26 KB

File metadata and controls

48 lines (31 loc) · 2.26 KB
title Custom maps in Reporting Services mobile reports
description Learn about geographic maps in SQL Server Mobile Report Publisher, defined in a format known as ESRI shapefiles.
ms.reviewer maghan
ms.date 09/25/2024
ms.service reporting-services
ms.subservice mobile-reports
ms.topic concept-article
ms.custom
updatefrequency5

Custom maps in Reporting Services mobile reports

[!INCLUDE ssrs-mobile-report-deprecated]

Geographic maps in SQL Server Mobile Report Publisher are defined in a format known as ESRI shapefiles.

Designed by a private company, this format is now a widespread semi-open format used in a large portion of GIS applications. In accordance with this format, Mobile Report Publisher requires two files to be provided when defining a map:

  • A .SHP file for shape geometries
  • A .DBF file for metadata

The base files names must match, for example, canada.shp and canada.dbf. The metadata must include the field NAME with the value of the corresponding shape's name, or key, to be used when populating the map with data.

The two map files together, the SHP and the DBF, can be no bigger than 512 KB. If your map files are too large, use a tool like mapshaper to reduce their size.

See how to add custom maps to mobile reports.

Technical information

Create and edit map geometry

Creating and editing shapefiles is a complex process that is beyond the scope of this document. Here are some resources and applications to help you get started:

Related content