The following tables list the members exposed by MapVectorLayer.
Name | Description | |
---|---|---|
DataElementName | The name to use for the data element/attribute for this value. Must be a CLS-compliant identifier. | |
DataElementOutput | Gets or sets whether the item should appear in a data rendering. That evaluates to one of DataElementOutput. The default value is DataElementOutput.Output. | |
Elements | Returns the collection of layer elements. | |
MapBindingFieldPairs | Gets the set of field/expression pairs for binding the map elements within a layer to the data region. Mandatory if MapDataRegionName is defined and MapSpatialData is not MapSpatialDataRegion; ignored otherwise. | |
MapDataRegionName | Gets or sets which data region to use as the source. Mandatory if MapSpatialData is MapSpatialDataRegion. | |
MapFieldDefinitions | Gets the set of field definitions for the embedded map elements (for example, MapPolygons, MapLines, MapPoints). Ignored if the embedded map elements are not defined. | |
MapSpatialData | Gets or sets the spatial data source for the layer. Ignored if the embedded map elements are defined. | |
MaximumZoom | Gets or sets the maximum zoom level at which the layer is visible. Ignored if VisibilityMode != MapVisibilityMode.ZoomBased. An expression should evaluate to a System.Double. The default value is 200. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapLayer) | |
MinimumZoom | Gets or sets the minimum zoom level at which the layer is visible. Ignored if VisibilityMode != MapVisibilityMode.ZoomBased. An expression should evaluate to a System.Double. The default value is 50. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapLayer) | |
Name | Name of the layer. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapLayer) | |
Transparency | Gets or sets the transparency for all map elements contained in this layer. Measured in percents. An expression should evaluate to a System.Double. The default value is 0. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapLayer) | |
VisibilityMode | Gets or sets the layer visibility mode. That evaluates to one of MapVisibilityMode. The default value is MapVisibilityMode.Visible. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapLayer) |