BrickSelector Methods
Selects bricks from a document or document page(s).| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetBricks(Document) static | A static method that returns an enumeration of visual bricks from a document. |
| GetBricks(Page) static | A static method that returns an enumeration of visual bricks from a document page. |
| GetBricks(IEnumerable<Page>) static | A static method that returns an enumeration of visual bricks from document pages. |
| GetBricks<TBrick>(Document) static | A static method that returns an enumeration of visual brick descendants from a document. |
| GetBricks<TBrick>(Page) static | A static method that returns an enumeration of visual brick descendants from a document page. |
| GetBricks<TBrick>(IEnumerable<Page>) static | A static method that returns an enumeration of visual brick descendants from document pages. |
| GetBricksByTag(Document, Object) static | A static method that returns an enumeration of visual bricks with the specified tag from a document. |
| GetBricksByTag(Page, Object) static | A static method that returns an enumeration of visual bricks with the specified tag from a document page. |
| GetBricksByTag(IEnumerable<Page>, Object) static | A static method that returns an enumeration of visual bricks with the specified tag from document pages. |
| GetBricksByText(Document, String) static | A static method that returns an enumeration of text bricks with specified text from a document. |
| GetBricksByText(Page, String) static | A static method that returns an enumeration of text bricks with specified text from a document page. |
| GetBricksByText(IEnumerable<Page>, String) static | A static method that returns an enumeration of text bricks with specified text from document pages. |
| GetBricksByXRControl(Document, Object) static | A static method that returns an enumeration of visual bricks generated by the specified XtraReport control from a document. |
| GetBricksByXRControl(Page, Object) static | A static method that returns an enumeration of visual bricks generated by the specified XtraReport control from a document page. |
| GetBricksByXRControl(IEnumerable<Page>, Object) static | A static method that returns an enumeration of visual bricks generated by the specified XtraReport control from document pages. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also