ActiveReports 9
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
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

Reference

RichTextBox Class
RichTextBox Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum