Map.MapLegends 属性
Gets or sets a collection of legends to be drawn in the map.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property MapLegends As IList(Of MapLegend)
Get
Set
用法
Dim instance As Map
Dim value As IList(Of MapLegend)
value = instance.MapLegends
instance.MapLegends = value
public IList<MapLegend> MapLegends { get; set; }
public:
property IList<MapLegend^>^ MapLegends {
IList<MapLegend^>^ get ();
void set (IList<MapLegend^>^ value);
}
member MapLegends : IList<MapLegend> with get, set
function get MapLegends () : IList<MapLegend>
function set MapLegends (value : IList<MapLegend>)
属性值
类型:System.Collections.Generic.IList<MapLegend>
An IList<T> object.