Свойство MapVectorLayer.MapFieldDefinitions
Gets or sets a collection of a MapFieldDefinition objects in the vector layer.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property MapFieldDefinitions As IList(Of MapFieldDefinition)
Get
Set
'Применение
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>)
Значение свойства
Тип: System.Collections.Generic.IList<MapFieldDefinition>
An IList<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel