ActiveReports 8
LoadFile Method
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > RichTextBox Class : LoadFile Method

Glossary Item Box

Loads an HTML or RTF file. Obsolete. Included only for backward compatibility.

Overload List

OverloadDescription
LoadFile(String)Loads an HTML or RTF file.  
LoadFile(Stream)Loads an HTML or RTF stream.  

Remarks

This method has been deprecated. Please use Load(Stream stream, RichTextType type).

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also