Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / KmlLayer Class / EmbedKmlFile Property

In This Topic
    EmbedKmlFile Property
    In This Topic
    Gets or sets a value indicating whether to embed KML data loaded from KmlFileName in the report definition file itself.
    Syntax
    'Declaration
     
    Public Property EmbedKmlFile As Boolean
    public bool EmbedKmlFile {get; set;}
    See Also