LocalReport.MapTileServerConfiguration 属性

定义 Microsoft Bing 地图 SOAP 服务的配置设置,它提供报表中地图报表项的图块背景。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property MapTileServerConfiguration As MapTileServerConfiguration
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public MapTileServerConfiguration MapTileServerConfiguration { get; }
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
public:
property MapTileServerConfiguration^ MapTileServerConfiguration {
    MapTileServerConfiguration^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member MapTileServerConfiguration : MapTileServerConfiguration with get
function get MapTileServerConfiguration () : MapTileServerConfiguration

属性值

类型:Microsoft.Reporting.WebForms.MapTileServerConfiguration
返回 MapTileServerConfiguration

请参阅

参考

LocalReport 类

Microsoft.Reporting.WebForms 命名空间