Class ProcessingSection.ExternalReportPathElementCollection
Collection of external report path elements.
Inheritance
System.Object
ProcessingSection.ExternalReportPathElementCollection
Namespace: Telerik.Reporting.Configuration
Assembly: Telerik.Reporting.dll
Syntax
public sealed class ExternalReportPathElementCollection : ConfigurationElementCollection
Constructors
ExternalReportPathElementCollection()
Declaration
public ExternalReportPathElementCollection()
Properties
Values
Declaration
public IEnumerable<string> Values { get; }
Property Value
|
System.Collections.Generic.IEnumerable<System.String>
|
Methods
Add(ProcessingSection.ExternalReportPathElement)
Declaration
public void Add(ProcessingSection.ExternalReportPathElement element)
Parameters
|
ProcessingSection.ExternalReportPathElement
element
|
CreateNewElement()
Declaration
protected override ConfigurationElement CreateNewElement()
Returns
|
System.Configuration.ConfigurationElement
|
GetElementKey(ConfigurationElement)
Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
|
System.Configuration.ConfigurationElement
element
|
Returns
|
System.Object
|