ASP.NET MVC

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

    Show / Hide Table of Contents

    Class Rectangle

    Represents a rectangle.

    Inheritance
    System.Object
    ReportItem
    Rectangle
    Inherited Members
    ReportItem.ShouldSerializeZIndex()
    ReportItem.ResetZIndex()
    ReportItem.ShouldSerializeCustomProperties()
    ReportItem.ResetCustomProperties()
    ReportItem.ShouldSerializeDataElementOutput()
    ReportItem.ResetDataElementOutput()
    ReportItem.ShouldSerializeVisibility()
    ReportItem.ResetVisibility()
    ReportItem.Left
    ReportItem.Top
    ReportItem.Name
    ReportItem.Value
    ReportItem.ActionInfo
    ReportItem.Height
    ReportItem.Width
    ReportItem.ZIndex
    ReportItem.Visibility
    ReportItem.LabelLocID
    ReportItem.ToolTip
    ReportItem.DocumentMapLabel
    ReportItem.Bookmark
    ReportItem.RepeatWith
    ReportItem.CustomProperties
    ReportItem.DataElementName
    ReportItem.DataElementOutput
    ReportItem.Style
    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.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class Rectangle : ReportItem

    Constructors

    Rectangle()

    Declaration
    public Rectangle()

    Rectangle(ReportSerializer)

    Declaration
    public Rectangle(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    KeepTogether

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

    LinkToChild

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

    OmitBorderOnPageBreak

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

    PageBreak

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

    PageName

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

    ReportItems

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

    Methods

    ResetKeepTogether()

    Declaration
    public void ResetKeepTogether()

    ResetOmitBorderOnPageBreak()

    Declaration
    public void ResetOmitBorderOnPageBreak()

    ResetPageBreak()

    Declaration
    public void ResetPageBreak()

    ResetReportItems()

    Declaration
    public void ResetReportItems()

    ShouldSerializeKeepTogether()

    Declaration
    public bool ShouldSerializeKeepTogether()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeOmitBorderOnPageBreak()

    Declaration
    public bool ShouldSerializeOmitBorderOnPageBreak()
    Returns
    Type Description
    System.Boolean

    ShouldSerializePageBreak()

    Declaration
    public bool ShouldSerializePageBreak()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeReportItems()

    Declaration
    public bool ShouldSerializeReportItems()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved