New to Telerik ReportingStart a free 30-day trial

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

C#
[Obsolete("Telerik.Reporting.Processing.ElementCollection class is now obsolete. Use Telerik.Reporting.Processing.ElementTreeHelper utility class instead.")]
public class ProcessingElement.ElementCollection : Collection<ProcessingElement>

Inheritance: objectCollection<ProcessingElement>ProcessingElement.ElementCollection

Properties

Internal use only

C#
public ProcessingElement this[string key] { get; }
Parameters:keystring

Methods

Internal use only

C#
public bool ContainsKey(string key)
Parameters:keystringReturns:

bool

Internal use only

C#
public ProcessingElement[] Find(string key, bool searchAllChildren)
Parameters:keystringsearchAllChildrenboolReturns:

ProcessingElement[]

Internal use only

C#
public int IndexOfKey(string key)
Parameters:keystringReturns:

int