ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / RichTextBox Class / LoadFile Method / LoadFile(String) Method
file name to load the RichTextBox content from

In This Topic
    LoadFile(String) Method
    In This Topic
    Loads an HTML or RTF file.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadFile( _
       ByVal fileName As String _
    ) 
    public void LoadFile( 
       string fileName
    )

    Parameters

    fileName
    file name to load the RichTextBox content from
    See Also