Class ReportItemExtensions
Summary description for ReportItemExtensions
Inheritance
System.Object
ReportItemExtensions
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
Item[String]
Declaration
public Extension this[string responseString] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
responseString |
|
Property Value
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 |
|