ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ReportItemBaseModel

    Inheritance
    System.Object
    ReportItemBaseModel
    ChartJsonModel
    CustomReportItemJsonModel
    GaugeJsonModel
    ImageJsonModel
    LineJsonModel
    MapJsonModel
    RectangleJsonModel
    TablixJsonModel
    TextBoxJsonModel
    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 abstract class ReportItemBaseModel

    Constructors

    ReportItemBaseModel()

    Declaration
    protected ReportItemBaseModel()

    Properties

    CanGrow

    Declaration
    public bool CanGrow { get; set; }
    Property Value
    Type Description
    System.Boolean

    CanShrink

    Declaration
    public bool CanShrink { get; set; }
    Property Value
    Type Description
    System.Boolean

    EmbedImageData

    Declaration
    public bool EmbedImageData { get; set; }
    Property Value
    Type Description
    System.Boolean

    ErrorInformation

    Declaration
    public ErrorInformation ErrorInformation { get; set; }
    Property Value
    Type Description
    ErrorInformation

    Height

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

    Hidden

    Declaration
    public bool Hidden { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsClientExport

    Declaration
    public bool IsClientExport { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsTablixChild

    Declaration
    public bool IsTablixChild { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsTablixInnerChild

    Declaration
    public bool IsTablixInnerChild { get; set; }
    Property Value
    Type Description
    System.Boolean

    ItemName

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

    ItemType

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

    Left

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

    Name

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

    Top

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

    Width

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

    Methods

    Dispose()

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