次の方法で共有


MapLineLayer.MapLines プロパティ

定義

埋め込まれたマップの線のコレクションを取得します。値の設定も可能です。

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

プロパティ値

IList<T> オブジェクト。

属性

適用対象