次の方法で共有


MapSpatialElement.MapFields プロパティ

定義

空間要素に関連付ける MapField オブジェクトのコレクションを取得します。値の設定も可能です。

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

プロパティ値

IList<T> オブジェクト。

属性

適用対象