XRRichTextBoxBase.LoadFile(String, RichTextBoxStreamType) Method
For internal use. Loads a specific type of file into the XRRichTextBoxBase control.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | String | A String containing a path to the file to be loaded 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