ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / KmlLayer Class / ItemFilterExpr Property

In This Topic
    ItemFilterExpr Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property ItemFilterExpr As String
    public string ItemFilterExpr {get; set;}
    See Also