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