Back to Devexpress

Bricks

windowsforms-405493-controls-and-libraries-printing-exporting-examples-using-bricks-bricks.md

latest3.7 KB
Original Source

Bricks

  • Jun 19, 2025
  • 2 minutes to read

This section lists examples related to the use of bricks.

How to: Use Bricks of Different Types

This example uses bricks to display different kinds of information in a report.

Read Tutorial

How to: Use Modifiers of BrickGraphics

This example uses report modifiers to create a sample report with Detail, DetailHeader, and MarginalHeader sections.

Read Tutorial

How to: Draw a Line Brick

This example draws a line in a Printing System document.

Read Tutorial

How to: Modify Brick Appearance Using Styles

This example arranges text bricks in three columns. Each column has its own BrickStyle.

Read Tutorial

How to: Combine Bricks into a Fixed Group

This example keeps a group of bricks together when the page layout changes.

Read Tutorial

How to: Insert a Page Break Between Two Bricks

This example uses the InsertPageBreak method to insert a page break between two bricks in a document.

Read Tutorial

How to: Create a Non-Printable Brick

This example creates a brick that is visible on screen but not printed.

Read Tutorial

How to: Create a Custom Brick Inherited from a Standard Brick

This example derives a custom HyperLinkBrick class from the TextBrick class.

Read Tutorial

How to: Create a Custom Brick Inherited from the Brick Class

This example derives a custom EllipseBrick class that implements the IBrick interface from the Brick class.

Read Tutorial

See Also

Bricks