ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapVectorLayerVal - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapVectorLayerVal

    Inheritance
    System.Object
    MapVectorLayerVal
    MapLineLayer
    MapPointLayer
    MapPolygonLayerVal
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ.ReportViewer.JsonModel
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class MapVectorLayerVal

    Constructors

    MapVectorLayerVal()

    Declaration
    public MapVectorLayerVal()

    Properties

    DataElementName

    Declaration
    public string DataElementName { get; set; }
    Property Value
    Type Description
    System.String

    DataElementOutput

    Declaration
    public DataElementOutputs DataElementOutput { get; set; }
    Property Value
    Type Description
    DataElementOutputs

    MapBindingFieldPairs

    Declaration
    public MapBindingFieldpairVal MapBindingFieldPairs { get; set; }
    Property Value
    Type Description
    MapBindingFieldpairVal

    MapDataRegionName

    Declaration
    public string MapDataRegionName { get; set; }
    Property Value
    Type Description
    System.String

    MapFieldDefinitions

    Declaration
    public List<MapFieldDefinition> MapFieldDefinitions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MapFieldDefinition>

    MapLayerVal

    Declaration
    public MapLayer MapLayerVal { get; set; }
    Property Value
    Type Description
    MapLayer

    MapSpatialData

    Declaration
    public MapSpatialData MapSpatialData { get; set; }
    Property Value
    Type Description
    MapSpatialData
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved