Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.