FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.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