ASP.NET Core

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

    Show / Hide Table of Contents

    Class ReportItem

    Represents a report item, such as a rectangle or tablix.

    Inheritance
    System.Object
    ReportItem
    CustomReportItem
    DataRegion
    Image
    Line
    Rectangle
    SubReport
    TextBox
    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.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public abstract class ReportItem

    Constructors

    ReportItem()

    Declaration
    protected ReportItem()

    Properties

    ActionInfo

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

    Bookmark

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

    CustomProperties

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

    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

    DocumentMapLabel

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

    Height

    Declaration
    public Size Height { get; set; }
    Property Value
    Type Description
    Size

    LabelLocID

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

    Left

    Declaration
    public Size Left { get; set; }
    Property Value
    Type Description
    Size

    Name

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

    RepeatWith

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

    Style

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

    ToolTip

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

    Top

    Declaration
    public Size Top { get; set; }
    Property Value
    Type Description
    Size

    Value

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

    Visibility

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

    Width

    Declaration
    public Size Width { get; set; }
    Property Value
    Type Description
    Size

    ZIndex

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

    Methods

    ResetCustomProperties()

    Declaration
    public void ResetCustomProperties()

    ResetDataElementOutput()

    Declaration
    public void ResetDataElementOutput()

    ResetVisibility()

    Declaration
    public void ResetVisibility()

    ResetZIndex()

    Declaration
    public void ResetZIndex()

    ShouldSerializeCustomProperties()

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

    ShouldSerializeDataElementOutput()

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

    ShouldSerializeVisibility()

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

    ShouldSerializeZIndex()

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