C1.C1Report.CustomFields.Maps Namespace : KmlLayer Class |
The following tables list the members exposed by KmlLayer.
Name | Description | |
---|---|---|
KmlLayer Constructor | Overloaded. |
Name | Description | |
---|---|---|
varItemName | The string "kmlItemName" used in KmlLayer's expressions will be replaced with the actual quoted KML item name at runtime prior to expression's evaluation. E.g. the following expression could be used to check for the country: Country=kmlItemName (note the absense of quotes around kmlName). |
Name | Description | |
---|---|---|
BaseName | Overridden. | |
EmbedKmlFile | Gets or sets a value indicating whether to embed KML data loaded from KmlFileName in the report definition file itself. | |
ItemFilterExpr | Gets or sets a filter string applied to the layer's RecordSource. When KML data is loaded into the layer, for each item being loaded this filter is applied to the layer data, and item expressions (ItemTrackExpr, ItemVisibleExpr, ItemStyleExpr) are evaluated in the context of the first data row matching the filter.
NOTE: this only works if a custom RecordSource is specified for the KML layer. | |
ItemStyle | Gets the default item style.
Note: the set accessor is for serialization only, and should not be used directly. | |
ItemStyleExpr | Gets or sets an expression that should evaluate to an index or a name of a style in the KmlItemStyles collection that will be applied to the item. The name may refer to a style in another Map object within the report. | |
ItemTrackExpr | Gets or sets an expression that determines whether a KML item's coordinates are used when calculating auto center/zoom. If this property is not specified, true is assumed. | |
ItemVisibleExpr | Gets or sets an expression that determines whether a KML item is visible. | |
KmlFileName | Gets or sets the KML/KMZ file name or network URL. | |
LegendItemFillColor | Overridden. | |
LegendItemKind | Overridden. | |
LegendItemStrokeColor | Overridden. | |
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) |