共用方式為


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 命名空間