[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Map.CustomTileSource

CustomTileSource Property

CustomTileSource

Gets or sets the custom tile source used by this map.

Declaration
[Browsable(false)]
public 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.