ActiveReports 8
Load(Stream,RichTextType) Method

Stream with content
RichText type; one of rtf, html or text
Loads a stream of Rtf, Text or Html file.
Syntax
'Declaration
 
Public Sub Load( _
   ByVal stream As System.IO.Stream, _
   ByVal type As RichTextType _
) 
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

Reference

RichTextBox Class
RichTextBox Members

Support Forum