Reporting

Represents a selector that matches an item that is a descendant of another item.

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public class DescendantSelector : ISelector
Visual Basic
Public Class DescendantSelector _
	Implements ISelector

Remarks

At times, authors may want selectors to match an item that is the descendant of another item in the report item tree (e.g., "Match those TextBox elements that are contained by a Panel element"). Descendant selectors express such a relationship in a pattern.

Inheritance Hierarchy

System..::..Object
  Telerik.Reporting.Drawing..::..DescendantSelector

See Also