BrickGraphics Properties
Implements report drawing functions.| Name | Description |
|---|---|
| BackColor | Defines the background color for the current BrickGraphics object. |
| BorderColor | Specifies the border color for the current BrickGraphics object. |
| BorderWidth | Specifies the border width of the current BrickGraphics object. |
| ClientPageSize | Returns the dimensions of a report page without margins. |
| DefaultBrickStyle | Gets or sets the default BrickStyle. |
| DefaultFont | Specifies the default font for a report. |
| DeviceIndependentPixel | For internal use. |
| Font | Specifies the font of the current BrickGraphics object. |
| ForeColor | Defines the foreground color of the current BrickGraphics object. |
| Modifier | Specifies the page area for displaying a specific brick. |
| PageBackColor | Defines the background color for all report pages. |
| PageUnit | Defines graphic measurement units. |
| PrintingSystem | Gets the owner of the current BrickGraphics object. |
| StringFormat | Gets or sets text layout information (such as alignment, orientation and tab stops) and display manipulations (such as ellipsis insertion and national digit substitution). |
See Also