Class TypeSelector
Represents a selector base on a System.
Inheritance
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class TypeSelector : ISelector, ISupportInitialize
Constructors
TypeSelector()
Initializes a new instance of the
Type
Declaration
public TypeSelector()
TypeSelector(Type)
Initializes a new instance of the
Type
Declaration
public TypeSelector(Type type)
Parameters
System. The System. |
Fields
AnyType
Initializes a new type that matches any type of report item.
Declaration
public static readonly Type AnyType
Field Value
System.
|
initialized
Declaration
protected bool initialized
Field Value
System.
|
Properties
Type
Gets or sets the System.
Declaration
public Type Type { get; set; }
Property Value
System. A System. |
Methods
CopyTo(TypeSelector)
Copies this TypeSelector to the specified typeSelector.
Declaration
protected virtual void CopyTo(TypeSelector typeSelector)
Parameters
Type The Type |
DeepClone()
Performs a deep clone of the
Type
Declaration
public virtual ISelector DeepClone()
Returns
ISelector
The cloned Type |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Overrides
Lookup(String)
Declaration
public static Type Lookup(string name)
Parameters
System.
|
Returns
System.
|
Match(ReportItemBase)
Matches a Report
Declaration
public virtual bool Match(ReportItemBase item)
Parameters
Report The Report |
Returns
System. true if item matches; otherwise false. |
Implements
OnTypeChange()
ToString()
Creates a human-readable string that represents this
Type
Declaration
public override string ToString()
Returns
System. A string that represents this TypeSelector. |