LocalReport.MapTileServerConfiguration 属性

定义在报表中提供映射报表项的图层背景的 Microsoft Bing Maps SOAP 服务的配置设置。

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

语法

声明
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property MapTileServerConfiguration As MapTileServerConfiguration
    Get
用法
Dim instance As LocalReport
Dim value As MapTileServerConfiguration

value = instance.MapTileServerConfiguration
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public MapTileServerConfiguration MapTileServerConfiguration { get; }
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
public:
property MapTileServerConfiguration^ MapTileServerConfiguration {
    MapTileServerConfiguration^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member MapTileServerConfiguration : MapTileServerConfiguration
function get MapTileServerConfiguration () : MapTileServerConfiguration

属性值

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

请参阅

参考

LocalReport 类

Microsoft.Reporting.WebForms 命名空间