This example demonstrates how to inherit from existing Brick classes to create custom bricks.
The HyperLinkBrick brick inherits from the TextBrick class.
The EllipseBrick brick inherits from the Brick class and requires a DevExpress.XtraPrinting.BrickExporters.BrickExporter
descendant that implements a method to draw a brick.
- Form1.cs (VB: Form1.vb)
- MyBrick.cs (VB: MyBrick.vb)
- How to use a custom BrickExporter
- How to scroll a document in the print preview to a specific page or brick
(you will be redirected to DevExpress.com to submit your response)