ActiveReports Developer 7
LoadFile(String) Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > RichTextBox Class > LoadFile Method : LoadFile(String) Method

fileName
file name to load the RichTextBox content from

Glossary Item Box

Loads an HTML or RTF file.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub LoadFile( _
   ByVal fileName As System.String _
) 
C# 
public void LoadFile( 
   System.string fileName
)

Parameters

fileName
file name to load the RichTextBox content from

See Also