ASP.NET Core

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

    Show / Hide Table of Contents

    Class CustomReportItem

    Inheritance
    System.Object
    CustomReportItem
    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.Data
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class CustomReportItem

    Constructors

    CustomReportItem(CustomReportItem)

    Declaration
    public CustomReportItem(CustomReportItem criItem)
    Parameters
    Type Name Description
    CustomReportItem criItem

    Properties

    ActionInfo

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

    AltReportItem

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

    Bookmark

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

    CustomData

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

    CustomProperties

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

    DataElementName

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

    DataElementOutput

    Declaration
    public DataElementOutputs DataElementOutput { get; }
    Property Value
    Type Description
    DataElementOutputs

    DocumentMapLabel

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

    GeneratedReportItem

    Declaration
    public Image GeneratedReportItem { get; }
    Property Value
    Type Description
    Image

    Height

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

    LabelLocID

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

    Left

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

    Name

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

    RepeatWith

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

    Style

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

    ToolTip

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

    Top

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

    Type

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

    Value

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

    Visibility

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

    Width

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

    ZIndex

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

    Methods

    CreateCriImageDefinition()

    Declaration
    public void CreateCriImageDefinition()

    CreateCustomProperty()

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