Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderRichText Class / Load Method / Load(String,RichTextBoxStreamType) Method
The name of the file to load.
The type of data in the file.

In This Topic
    Load(String,RichTextBoxStreamType) Method
    In This Topic
    Loads the content of the current RenderRichText from a disk file containing data in a specified format.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal fileName As String, _
       ByVal streamType As RichTextBoxStreamType _
    ) 
    public void Load( 
       string fileName,
       RichTextBoxStreamType streamType
    )

    Parameters

    fileName
    The name of the file to load.
    streamType
    The type of data in the file.
    See Also