MapSpatialElement.MapFields 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一組 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> 物件。
- 屬性