In This Topic
Saves the current report definition to a file.
Syntax
'Declaration
Public Overloads Sub Save( _
ByVal As String _
)
public void Save(
string
)
Parameters
- fileName
- Full name of the file to be created (if the file already exists, it will be overwritten).
See Also