ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CustomProperties

    Summary description for CustomProperties

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

    Constructors

    CustomProperties()

    Declaration
    public CustomProperties()

    Properties

    Item[Int32]

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

    Item[String]

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

    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