Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / InlineKmlItemStyle Class / ItemNameExpr Property

In This Topic
    ItemNameExpr Property (InlineKmlItemStyle)
    In This Topic
    Gets or sets an expression specifying the name (caption) associated with the KML item. Set to an empty string ("") to suppress printing of item captions.
    Syntax
    'Declaration
     
    Public Property ItemNameExpr As String
    public string ItemNameExpr {get; set;}
    See Also