ActiveReports Developer 7
LoadFile(Stream) Method
See Also 
GrapeCity.ActiveReports.v7 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

See Also