ActiveReports Developer 7
Load(Stream,RichTextType) Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > RichTextBox Class : Load(Stream,RichTextType) Method

stream
Stream with content
type
RichText type; one of rtf, html or text

Glossary Item Box

Loads a stream of Rtf, Text or Html file.

Syntax

Visual Basic (Declaration) 
Public Sub Load( _
   ByVal stream As System.IO.Stream, _
   ByVal type As RichTextType _
) 
C# 
public void Load( 
   System.IO.Stream stream,
   RichTextType type
)

Parameters

stream
Stream with content
type
RichText type; one of rtf, html or text

See Also