Map.MapTitles 属性

Gets a collection of titles to be drawn in the map.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property MapTitles As MapTitleCollection 
    Get
用法
Dim instance As Map 
Dim value As MapTitleCollection 

value = instance.MapTitles
public MapTitleCollection MapTitles { get; }
public:
property MapTitleCollection^ MapTitles {
    MapTitleCollection^ get ();
}
member MapTitles : MapTitleCollection
function get MapTitles () : MapTitleCollection

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.MapTitleCollection
A MapTitleCollection object.

请参阅

参考

Map 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间