menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ReportItemExtensionBuilder

    Show / Hide Table of Contents

    Class ReportItemExtensionBuilder

    Class for ReportItemExtensionBuilder.

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

    Constructors

    ReportItemExtensionBuilder(ReportItemExtensionsModule)

    Initializes a new instance of the ReportItemExtensionBuilder class.

    Declaration
    public ReportItemExtensionBuilder(ReportItemExtensionsModule reportItemExtensions)
    Parameters
    Type Name Description
    ReportItemExtensionsModule reportItemExtensions

    Gets the list of report item extensions.

    ReportItemExtensionBuilder(ReportItemExtensionsModule, ReportDesigner)

    Initializes a new instance of the ReportItemExtensionBuilder class.

    Declaration
    public ReportItemExtensionBuilder(ReportItemExtensionsModule reportItemExtensions, ReportDesigner reportDesigner)
    Parameters
    Type Name Description
    ReportItemExtensionsModule reportItemExtensions

    Gets the list of report item extensions.

    ReportDesigner reportDesigner

    Gets the report designer instance.

    Methods

    Add()

    Declaration
    public void Add()

    Category(String)

    Gets or sets the category name to create/add category in widgets pane for report item.

    Declaration
    public ReportItemExtensionBuilder Category(string value)
    Parameters
    Type Name Description
    System.String value

    Gets the category name as string.

    Returns
    Type Description
    ReportItemExtensionBuilder

    ReportItemExtensionBuilder.

    ClassName(String)

    Gets or sets the prototype name of the report item.

    Declaration
    public ReportItemExtensionBuilder ClassName(string value)
    Parameters
    Type Name Description
    System.String value

    Gets the prototype name as string.

    Returns
    Type Description
    ReportItemExtensionBuilder

    ReportItemExtensionBuilder.

    DisplayName(String)

    Gets or sets the name to display in the widgets pane tile.

    Declaration
    public ReportItemExtensionBuilder DisplayName(string value)
    Parameters
    Type Name Description
    System.String value

    Gets the name as string.

    Returns
    Type Description
    ReportItemExtensionBuilder

    ReportItemExtensionBuilder.

    ImageClass(String)

    Gets or sets the image class name to load image in widgets pane tile.

    Declaration
    public ReportItemExtensionBuilder ImageClass(string value)
    Parameters
    Type Name Description
    System.String value

    Gets css class name as string.

    Returns
    Type Description
    ReportItemExtensionBuilder

    ReportItemExtensionBuilder.

    Name(String)

    Gets or sets the name of the custom report item.

    Declaration
    public ReportItemExtensionBuilder Name(string value)
    Parameters
    Type Name Description
    System.String value

    Gets the name of the custom report item.

    Returns
    Type Description
    ReportItemExtensionBuilder

    ReportItemExtensionBuilder.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved