#MapSettings
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| Boolean | AutoZoom | Gets or sets whether the map will automatically attempt to zoom in on regions that contain data when the report is viewed. | False |
| String | FillFromColor | Gets or sets the name of the color used to shade the sections of the map with data with values closer to zero. | White |
| String | FillToColor | Gets or sets the name of the color used to shade the sections of the map with data with values farther from zero. | Red |
| String | IndicatorLabel | Gets or sets the label that is used to describe the indicator bar of the map. | null |
| String | MapType | Gets or sets the System.String representation of the type of map the report will use. Only map types registered with the MapInfoCollection will be recognized as valid types. | … |
| String | ShadingDdEffect | Gets or sets the effect type that will be used for the map's subreport used with shaded regions. | … |
| String | ShadingLabel | Gets or sets the label that is used to describe the shaded regions of the map. | null |
| String | ValueDdEffect | Gets or sets the effect type that will be used for the map's subreport used with indicator bars. | … |
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
