Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets a collection of MapField objects to be associated with the spatial element.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapFields As IList(Of MapField)
Get
Set
'Usage
Dim instance As MapSpatialElement
Dim value As IList(Of MapField)
value = instance.MapFields
instance.MapFields = value
public IList<MapField> MapFields { get; set; }
public:
property IList<MapField^>^ MapFields {
IList<MapField^>^ get ();
void set (IList<MapField^>^ value);
}
member MapFields : IList<MapField> with get, set
function get MapFields () : IList<MapField>
function set MapFields (value : IList<MapField>)
Property Value
Type: System.Collections.Generic.IList<MapField>
An IList<T> object.