Skip to main content
A newer version of this page is available. .

XRRichTextBoxBase.LoadFile(Stream, RichTextBoxStreamType) Method

For internal use. A Stream of data to load into the XRRichTextBoxBase control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public void LoadFile(
    Stream data,
    RichTextBoxStreamType fileType
)

Parameters

Name Type Description
data Stream

A Stream of data to load into the XRRichTextBoxBase control.

fileType RichTextBoxStreamType

An XRRichTextStreamType enumeration value that determines the type of stream used to load the file into the XRRichTextBoxBase control.

See Also