| Visual Basic (Declaration) | |
|---|---|
Public Sub Save( _ ByVal filename As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Save( string filename ) | |
Parameters
- filename
- The name of the file to which the chart is to be saved.
| ActiveReports3 | Request technical support |
| Save Method | |
| See Also | |
|
| Visual Basic (Declaration) | |
|---|---|
Public Sub Save( _ ByVal filename As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Save( string filename ) | |