ASP.NET Core

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

    Show / Hide Table of Contents

    Class ReportItemExtensions

    Summary description for ReportItemExtensions

    Inheritance
    System.Object
    ReportItemExtensions
    Namespace: Syncfusion.Reporting
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ReportItemExtensions : ConfigurationElementCollection

    Constructors

    ReportItemExtensions()

    Declaration
    public ReportItemExtensions()

    Properties

    Item[Int32]

    Declaration
    public Extension this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    Extension

    Item[String]

    Declaration
    public Extension this[string responseString] { get; set; }
    Parameters
    Type Name Description
    System.String responseString
    Property Value
    Type Description
    Extension

    Methods

    CreateNewElement()

    Declaration
    protected override ConfigurationElement CreateNewElement()
    Returns
    Type Description
    System.Configuration.ConfigurationElement

    GetElementKey(ConfigurationElement)

    Declaration
    protected override object GetElementKey(ConfigurationElement element)
    Parameters
    Type Name Description
    System.Configuration.ConfigurationElement element
    Returns
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved