ActiveReports3 Request technical support
Load Method
See Also 


filename
The name of the file from which to load the chart.
Reconstructs a chart object from the specified file.

Syntax

Visual Basic (Declaration) 
Public Sub Load( _
   ByVal filename As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As ChartControl
Dim filename As String
 
instance.Load(filename)
C# 
public void Load( 
   string filename
)

Parameters

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

See Also