Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

RichTextBrick(IBrickOwner, BrickStyle, String) Constructor

Initializes a new instance of the RichTextBrick class with specified settings.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public RichTextBrick(
    IBrickOwner brickOwner,
    BrickStyle style,
    string rtfText
)

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
See Also