Partilhar via


Propriedade do RDL MapVectorLayer.MapFieldDefinitions

Gets or sets a collection of a MapFieldDefinition objects in the vector layer.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property MapFieldDefinitions As IList(Of MapFieldDefinition)
    Get 
    Set
'Uso
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>)

Valor da propriedade

Tipo: System.Collections.Generic.IList<MapFieldDefinition>
An IList<T> object.

Consulte também

Referência

MapVectorLayer Classe

Namespace Microsoft.ReportingServices.RdlObjectModel