DescendantSelector
Class
Represents a selector that matches an item that is a descendant of another item.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class DescendantSelector : ISelector
Inheritance: objectDescendantSelector
Implements:
Constructors
Initializes a new instance of the DescendantSelector.
C#
public DescendantSelector()
Properties
Gets a SelectorCollection containing the selectors that define the descendance pattern used to match the item.
C#
public SelectorCollection Selectors { get; set; }
Methods
Equals(object)
bool
Internal use only
C#
public override bool Equals(object obj)
bool
Overrides:
TODO: Add documentation.
C#
public override int GetHashCode()
int
Overrides:
Matches a report item based on the descendance pattern defined by the Selectors
C#
public bool Match(ReportItemBase item)
The ReportItemBase to match.
Returns:bool
true if the item matches the descendance pattern.
Implements:
ToString()
string
This member overrides ToString()
C#
public override string ToString()
string
A string value describing the selector.
Overrides: