ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CustomReportItem

    Represents a report item that is not natively defined in RDL.

    Inheritance
    System.Object
    ReportItem
    CustomReportItem
    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 CustomReportItem : ReportItem

    Constructors

    CustomReportItem()

    Declaration
    public CustomReportItem()

    CustomReportItem(ReportSerializer)

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

    Properties

    AltReportItem

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

    CustomData

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

    Type

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

    Methods

    ResetCustomData()

    Declaration
    public void ResetCustomData()

    ShouldSerializeCustomData()

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