MapSpatialElement.MapFields Property

Definition

Gets or sets a collection of MapField objects to be associated with the spatial element.

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)

Property Value

An IList<T> object.

Attributes

Applies to