C1.C1Report.CustomFields.Maps Namespace : PointsLayer Class |
The following tables list the members exposed by PointsLayer.
Name | Description | |
---|---|---|
PointsLayer Constructor | Overloaded. |
Name | Description | |
---|---|---|
BaseName | Overridden. | |
Caption | Gets or sets the current layer's caption. Used to represent the layer in legends. (Inherited from C1.C1Report.CustomFields.Maps.LayerBase) | |
ClusterDistance | Gets or sets the maximum distance (in 96dpi pixels) between markers that should be grouped into clusters. Default (0) disables clustering. | |
ClusterDistribution | Gets or sets the type of cluster styles distribution. | |
ClusterStyles | Gets or sets the collection of cluster styles. | |
Latitude | Gets or sets an expression specifying the latitude of a marker. Ignored if MapLocation is not empty. | |
LegendItemFillColor | Overridden. | |
LegendItemFont | Overridden. | |
LegendItemKind | Overridden. | |
LegendItemMarkerShape | Overridden. | |
LegendItemStrokeColor | Overridden. | |
LegendItemTextColor | Overridden. | |
Longitude | Gets or sets an expression specifying the longitude of a marker. Ignored if MapLocation is not empty. | |
MapLocation | Gets or sets a string containing one or more semicolon-delimited fields which may be used to determine the location of an object using an external service such as Google. Typically these would be the fields specifying the address, e.g. "Address;City;PostalCode;Country". | |
MarkerStyle | Gets the default marker style.
Note: the set accessor is for serialization only, and should not be used directly. | |
MarkerStyleExpr | Gets or sets an expression that should evaluate to an index or a name of a style in the MarkerStyles collection that will be used to draw the marker. | |
MarkerVisibleExpr | Gets or sets an expression determining whether a marker is visible. | |
Name | Gets or sets the name of the item. If specified, and the item is contained in a collection, this name can be used in script expressions to reference the item by name rather than by index. (Inherited from C1.C1Report.CustomFields.Maps.MapOwnedItemBase) | |
Opacity | Gets or sets the opacity factor applied to the layer. (Inherited from C1.C1Report.CustomFields.Maps.LayerBase) | |
RecordSource | Gets or sets an SQL statement used to retrieve data for the layer. (Inherited from C1.C1Report.CustomFields.Maps.LayerBase) | |
Track | Gets or sets a value indicating whether spatial data from the current layer should be used to auto center/zoom the map. (Inherited from C1.C1Report.CustomFields.Maps.LayerBase) | |
Visible | Gets or sets the current layer's visibility. (Inherited from C1.C1Report.CustomFields.Maps.LayerBase) |
Name | Description | |
---|---|---|
ToString | (Inherited from C1.C1Report.CustomFields.Maps.LayerBase) |