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

In This Topic
    ItemStyleExpr Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property ItemStyleExpr As String
    public string ItemStyleExpr {get; set;}
    See Also