[]
Gets or sets the custom tile source used by this map.
[Browsable(false)]
public ITileSource CustomTileSource { get; set; }
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.