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.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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