名前 | 解説 | |
---|---|---|
BaseName | オーバーライドされます。 | |
Caption | Gets or sets the current layer's caption. Used to represent the layer in legends. 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 | オーバーライドされます。 | |
LegendItemFont | オーバーライドされます。 | |
LegendItemKind | オーバーライドされます。 | |
LegendItemMarkerShape | オーバーライドされます。 | |
LegendItemStrokeColor | オーバーライドされます。 | |
LegendItemTextColor | オーバーライドされます。 | |
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. C1.C1Report.CustomFields.Maps.MapOwnedItemBaseから継承されます。 | |
Opacity | Gets or sets the opacity factor applied to the layer. C1.C1Report.CustomFields.Maps.LayerBaseから継承されます。 | |
RecordSource | Gets or sets an SQL statement used to retrieve data for the layer. 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. C1.C1Report.CustomFields.Maps.LayerBaseから継承されます。 | |
Visible | Gets or sets the current layer's visibility. C1.C1Report.CustomFields.Maps.LayerBaseから継承されます。 |