Name | Description | |
---|---|---|
BaseName | Gets a one word description of the item type (e.g. "Layer"). Also used to automatically generate new items' names. (Inherited from C1.C1Report.CustomFields.Maps.MapOwnedItemBase) | |
Caption | Gets or sets the current layer's caption. Used to represent the layer in legends. | |
Key | Unique string identifying the layer. May be used as the layer's name in C1Maps so should be a valid id (alpha-numeric starting with a letter).
NOTE: the set accessor is for serialization ONLY. This property must NOT be changed. (Inherited from C1.C1Report.CustomFields.Maps.MapOwnedKeyedItem) | |
LegendItemCaption | ||
LegendItemDashStyle | ||
LegendItemFillColor | ||
LegendItemFont | ||
LegendItemKind | ||
LegendItemLineThickness | ||
LegendItemMarkerShape | ||
LegendItemMarkerSize | ||
LegendItemStrokeColor | ||
LegendItemTextColor | ||
LegendItemVisible | ||
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. | |
Owner | (Inherited from C1.C1Report.CustomFields.Maps.MapOwnedItemBase) | |
ParentReport | (Inherited from C1.C1Report.CustomFields.Maps.MapOwnedItemBase) | |
PointsLocationExpressions | Gets the list of lists of location expressions. The outer list corresponds to the point or points associated with each record of the layer - i.e. for a points layer, that list will contain one element, for lines - two etc. The inner list for each point is the collection of location expressions. E.g. it can be Country, City, Address. | |
PointsLocations | ||
RecordSource | Gets or sets an SQL statement used to retrieve data for the layer. | |
Track | Gets or sets a value indicating whether spatial data from the current layer should be used to auto center/zoom the map. | |
Visible | Gets or sets the current layer's visibility. |