ActiveReports 12
Load(Stream,RichTextType) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > RichTextBox Class : 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 Stream, _
   ByVal type As RichTextType _
) 
public void Load( 
   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