Map.MapLegends 属性

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

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

语法

声明
Public ReadOnly Property MapLegends As MapLegendCollection 
    Get
用法
Dim instance As Map 
Dim value As MapLegendCollection 

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

属性值

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

请参阅

参考

Map 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间