Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the file name for saving the report when the report is split into several parts.
Syntax
client server public static Filename getFileName(
Filename _baseFileName,
int _fileNumber,
int _totalCountOfFiles)
Run On
Called
Parameters
- _baseFileName
Type: Filename Extended Data Type
The base file name, specified by the user.
- _fileNumber
Type: int
The number of the file.
- _totalCountOfFiles
Type: int
The total number of files into which the report should be saved.
Return Value
Type: Filename Extended Data Type
The file name to save a part of the report.