RichTextBrick(IBrickOwner, BrickStyle, String) Constructor
Initializes a new instance of the RichTextBrick class with specified settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
brickOwner | IBrickOwner | An object that implements the DevExpress.XtraPrinting.IBrickOwner interface. |
style | BrickStyle | An object that specifies the report drawing style. |
rtfText | String | The RTF content. |
See Also