[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.KmlLayer.varItemName

varItemName Field

The 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).
Namespace: C1.Win.FlexReport.CustomFields.Maps
Assembly: C1.Win.FlexReport.CustomFields.4.8.dll
Syntax
public const string varItemName = "kmlItemName"
Returns
Type Description
string The 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).