Click or drag to resize

imbDocumentBuilderBaseTDoc, TPagesaveDocument Method (String, getWritableFileMode, reportOutputFormatName)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the current document, returns FileInfo pointing to it

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public abstract FileInfo saveDocument(
	string name,
	getWritableFileMode mode,
	reportOutputFormatName format = reportOutputFormatName.none
)
Request Example View Source

Parameters

name
Type: SystemString
The name without extension
mode
Type: imbSCI.Data.enumsgetWritableFileMode
Existing file mode
format (Optional)
Type: imbSCI.Core.reporting.formatreportOutputFormatName

Return Value

Type: FileInfo
File info pointing to

Implements

ITextRendersaveDocument(String, getWritableFileMode, reportOutputFormatName)
See Also