Map.MapLegends 属性

定义

获取或设置要在地图中绘制的图例的集合。

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapLegend ^> ^ MapLegends { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapLegend ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapLegend ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapLegend>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapLegend> MapLegends { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapLegend>))>]
member this.MapLegends : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapLegend> with get, set
Public Property MapLegends As IList(Of MapLegend)

属性值

IList<MapLegend>

一个 IList<T> 对象。

属性

适用于