ActiveReports3 Request technical support
Save Method
See Also 


filename
The name of the file to which the chart is to be saved.
Creates an XML encoding of the chart object and its current state (without data).

Syntax

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

Parameters

filename
The name of the file to which the chart is to be saved.

See Also