MapVectorLayer.DataElementName Property

Gets or sets the name for the vector layer to use for the data element or attribute.

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

Syntax

'Declaration
Public Property DataElementName As String 
    Get 
    Set
'Usage
Dim instance As MapVectorLayer 
Dim value As String 

value = instance.DataElementName

instance.DataElementName = value
public string DataElementName { get; set; }
public:
property String^ DataElementName {
    String^ get ();
    void set (String^ value);
}
member DataElementName : string with get, set
function get DataElementName () : String 
function set DataElementName (value : String)

Property Value

Type: System.String
The name for the vector layer to use for the data element or attribute.

See Also

Reference

MapVectorLayer Class

Microsoft.ReportingServices.RdlObjectModel Namespace