名前 | 解説 | |
---|---|---|
KmlLayer コンストラクタ | オーバーロードされます。 |
KmlLayerデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
KmlLayer コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
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). |
名前 | 解説 | |
---|---|---|
BaseName | オーバーライドされます。 | |
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 | オーバーライドされます。 | |
LegendItemKind | オーバーライドされます。 | |
LegendItemStrokeColor | オーバーライドされます。 | |
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から継承されます。 |
名前 | 解説 | |
---|---|---|
ToString | C1.C1Report.CustomFields.Maps.LayerBaseから継承されます。 |