Scale on report from feature map
Hi, does anyone know if it is possible to print the scale on a report from a feature map? I know I can get the scale on a print template using the _MainMap object, but I am having issues doing it with a feature map. Thanks in advance.
Mike
-
I was wondering if there is an update to this? I am having the same problem.
Jake
0 -
Hi All,
This is possible. The FeatureMap scales are passed into the report as part of the feature data. To use this add a TextBox or MapScale control to your .rpx file. Set its DataField to "<FeatureMapID>Scale" where <FeatureMapID> is the ID of the feature map as defined in the site.
--Ryan
0 -
Can you also do this with the scale bar and north arrow for feature maps? I was successful with the map scale but not the scale bar and north arrow.
0 -
The Scale Bar and North Arrow controls cannot be added for FeatureMaps.
You could add a North Arrow by using an Esri Font if you have Esri software installed on your server. Simply add a Label control to the report, change the Font to "ESRI North", set the Text to a character for the desired north arrow.
--Ryan
0
Please sign in to leave a comment.
Comments
4 comments