ASP.NET Core

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

    Show / Hide Table of Contents

    Class ReportItemDesignerExtensions

    Summary description for ReportItemDesignerExtensions

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

    Constructors

    ReportItemDesignerExtensions()

    Declaration
    public ReportItemDesignerExtensions()

    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