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.Win.FlexReport.CustomFields.Maps.MapOwnedItemBase) | |
Caption | Gets or sets the current layer's caption. Used to represent the layer in legends. | |
DataSource | Gets or sets the name of the data source used to retrieve data for the layer. | |
DataSourceFilterExpr | Gets or sets the data source filter expression (only available when a non-default data source is used). | |
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.Win.FlexReport.CustomFields.Maps.MapOwnedKeyedItem) | |
LegendItemCaption | Gets the layer item caption. | |
LegendItemDashStyle | ||
LegendItemFillColor | ||
LegendItemFont | Gets legend item font. | |
LegendItemKind | Gets the kind of a legend item. | |
LegendItemLineThickness | ||
LegendItemMarkerShape | ||
LegendItemMarkerSize | ||
LegendItemStrokeColor | Gets legend item stroke color. | |
LegendItemTextColor | The legend item text color. | |
LegendItemVisible | Gets the layer item visibility value. | |
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.Win.FlexReport.CustomFields.Maps.MapOwnedItemBase) | |
Opacity | Gets or sets the opacity factor applied to the layer. | |
Owner | (Inherited from C1.Win.FlexReport.CustomFields.Maps.MapOwnedItemBase) | |
ParentReport | (Inherited from C1.Win.FlexReport.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 | Gets the List<LonLat<string>> of locations. | |
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. |