Skip to main content
All docs
V25.1
  • Bricks

    • 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

    WinForms - Use of Different Brick Types, DevExpress

    How to: Use Modifiers of BrickGraphics

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

    Read Tutorial

    WinForms - Use Modifiers of BrickGraphics, DevExpress

    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

    WinForms - Modify Brick Appearance Using Styles, DevExpress

    How to: Combine Bricks into a Fixed Group

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

    Read Tutorial

    WinForms - Combine Bricks into a Fixed Group, DevExpress

    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

    WinForms - Insert a Page Break Between Two Bricks, DevExpress

    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

    WinForms - Custom Brick Inherited from a Standard Brick, DevExpress

    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

    WinForms - Custom Brick Inherited from the Brick Class, DevExpress

    See Also