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

stream
stream to load the RichTextBox content from

Glossary Item Box

Loads an HTML or RTF stream.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub LoadFile( _
   ByVal stream As System.IO.Stream _
) 
C# 
public void LoadFile( 
   System.IO.Stream stream
)

Parameters

stream
stream to load the RichTextBox content from

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