FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.CustomFields Namespace / Map Class / CustomTileSource Property

In This Topic
    CustomTileSource Property
    In This Topic
    Gets or sets the custom tile source used by this map.
    Syntax
    'Declaration
     
    Public Property CustomTileSource As C1.FlexMap.ITileSource
    public C1.FlexMap.ITileSource CustomTileSource {get; set;}
    Remarks

    It will be actual tile source if it is not null. If it is null, the actual tile source is determined by the TileSource property.

    Please set this property at run time. It will not be saved into the report defination file.

    See Also