ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MapJsonModel

    Inheritance
    System.Object
    ReportItemBaseModel
    MapJsonModel
    Inherited Members
    ReportItemBaseModel.Name
    ReportItemBaseModel.ItemName
    ReportItemBaseModel.Top
    ReportItemBaseModel.Left
    ReportItemBaseModel.Height
    ReportItemBaseModel.Width
    ReportItemBaseModel.ItemType
    ReportItemBaseModel.IsTablixChild
    ReportItemBaseModel.IsTablixInnerChild
    ReportItemBaseModel.CanGrow
    ReportItemBaseModel.Hidden
    ReportItemBaseModel.CanShrink
    ReportItemBaseModel.EmbedImageData
    ReportItemBaseModel.IsClientExport
    ReportItemBaseModel.ErrorInformation
    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 MapJsonModel : ReportItemBaseModel

    Constructors

    MapJsonModel()

    Declaration
    public MapJsonModel()

    Properties

    MapModelData

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

    MapProperties

    Declaration
    public MapItem MapProperties { get; set; }
    Property Value
    Type Description
    MapItem

    Methods

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    ReportItemBaseModel.Dispose()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved