Saves the current document to a disk file using the specified format.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void Save( string fileName, C1DocumentFormatEnum documentFormat ) |
Visual Basic |
---|
Public Sub Save ( _ fileName As String, _ documentFormat As C1DocumentFormatEnum _ ) |
Parameters
- fileName
- Type: System..::..String
The target file name.
- documentFormat
- Type: C1.C1Preview..::..C1DocumentFormatEnum
The document persistence format to use.