ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / KmlLayer Class
Fields Properties Methods

In This Topic
    KmlLayer Class Members
    In This Topic

    The following tables list the members exposed by KmlLayer.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldThe 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).  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden.   
    Public PropertyGets or sets a value indicating whether to embed KML data loaded from KmlFileName in the report definition file itself.  
    Public PropertyGets 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.

     
    Public PropertyGets the default item style.

    Note: the set accessor is for serialization only, and should not be used directly.

     
    Public PropertyGets 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.  
    Public PropertyGets 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.  
    Public PropertyGets or sets an expression that determines whether a KML item is visible.  
    Public PropertyGets or sets the KML/KMZ file name or network URL.  
    Public PropertyOverridden.   
    Public PropertyOverridden.   
    Public PropertyOverridden.   
    Public PropertyGets 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)
    Public PropertyGets or sets the opacity factor applied to the layer. (Inherited from C1.C1Report.CustomFields.Maps.LayerBase)
    Public PropertyGets or sets an SQL statement used to retrieve data for the layer. (Inherited from C1.C1Report.CustomFields.Maps.LayerBase)
    Public PropertyGets 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)
    Public PropertyGets or sets the current layer's visibility. (Inherited from C1.C1Report.CustomFields.Maps.LayerBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from C1.C1Report.CustomFields.Maps.LayerBase)
    Top
    See Also