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.
How to: Use Modifiers of BrickGraphics
This example uses report modifiers to create a sample report with Detail, DetailHeader, and MarginalHeader sections.
How to: Draw a Line Brick
This example draws a line in a Printing System document.
How to: Modify Brick Appearance Using Styles
This example arranges text bricks in three columns. Each column has its own BrickStyle.
How to: Combine Bricks into a Fixed Group
This example keeps a group of bricks together when the page layout changes.
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.
How to: Create a Non-Printable Brick
This example creates a brick that is visible on screen but not printed.
How to: Create a Custom Brick Inherited from a Standard Brick
This example derives a custom HyperLinkBrick
class from the TextBrick class.
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.