Skip to content

DevExpress-Examples/reporting-winforms-custom-brick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for WinForms - How to Create a Custom Brick

This example demonstrates how to inherit from existing Brick classes to create custom bricks.

The HyperLinkBrick brick inherits from the TextBrick class.

HyperlinkBrick

The EllipseBrick brick inherits from the Brick class and requires a DevExpress.XtraPrinting.BrickExporters.BrickExporter descendant that implements a method to draw a brick.

EllipseBrick

Files to Review

Documentation

More Examples