ASP.NET MVC

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

    Show / Hide Table of Contents

    Class LineJsonModel

    This class is used to set the properties of Line from Line ReportItem.

    Inheritance
    System.Object
    ReportItemBaseModel
    LineJsonModel
    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 LineJsonModel : ReportItemBaseModel

    Constructors

    LineJsonModel()

    Declaration
    public LineJsonModel()

    Properties

    BookMark

    Basic Line ReportItem Properties

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

    DocumentMapLabel

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

    LineColor

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

    LineStyle

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

    LineWidth

    Declaration
    public double LineWidth { get; set; }
    Property Value
    Type Description
    System.Double

    X1

    Declaration
    public double X1 { get; set; }
    Property Value
    Type Description
    System.Double

    X2

    Declaration
    public double X2 { get; set; }
    Property Value
    Type Description
    System.Double

    Y1

    Declaration
    public double Y1 { get; set; }
    Property Value
    Type Description
    System.Double

    Y2

    Declaration
    public double Y2 { get; set; }
    Property Value
    Type Description
    System.Double

    ZIndex

    Declaration
    public int? ZIndex { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Methods

    Dispose()

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