ActiveReports Developer 7
Load Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ChartControl Class : Load Method

filename
The name of the file from which to load the chart.

Glossary Item Box

Reconstructs a chart object from the specified file.

Syntax

Visual Basic (Declaration) 
Public Sub Load( _
   ByVal filename As System.String _
) 
C# 
public void Load( 
   System.string filename
)

Parameters

filename
The name of the file from which to load the chart.

See Also