Class
ProcessingElement.ElementCollection

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[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

this[string]

Internal use only

Declaration

cs-api-definition
public ProcessingElement this[string key] { get; }

Parameters

key

string

Property Value

ProcessingElement

Methods

ContainsKey(string)

Internal use only

Declaration

cs-api-definition
public bool ContainsKey(string key)

Parameters

key

string

Returns

bool

Find(string, bool)

Internal use only

Declaration

cs-api-definition
public ProcessingElement[] Find(string key, bool searchAllChildren)

Parameters

key

string

searchAllChildren

bool

Returns

ProcessingElement[]

IndexOfKey(string)

Internal use only

Declaration

cs-api-definition
public int IndexOfKey(string key)

Parameters

key

string

Returns

int