MapVectorLayer.MapFieldDefinitions Property
Gets or sets a collection of a MapFieldDefinition objects in the vector layer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapFieldDefinitions As IList(Of MapFieldDefinition)
Get
Set
'Usage
Dim instance As MapVectorLayer
Dim value As IList(Of MapFieldDefinition)
value = instance.MapFieldDefinitions
instance.MapFieldDefinitions = value
public IList<MapFieldDefinition> MapFieldDefinitions { get; set; }
public:
property IList<MapFieldDefinition^>^ MapFieldDefinitions {
IList<MapFieldDefinition^>^ get ();
void set (IList<MapFieldDefinition^>^ value);
}
member MapFieldDefinitions : IList<MapFieldDefinition> with get, set
function get MapFieldDefinitions () : IList<MapFieldDefinition>
function set MapFieldDefinitions (value : IList<MapFieldDefinition>)
Property Value
Type: System.Collections.Generic.IList<MapFieldDefinition>
An IList<T> object.