Click or drag to resize

imbDocumentBuilderBaseTDoc, TPagesavePage Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the document containing this page.

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

Parameters

name
Type: SystemString
format (Optional)
Type: imbSCI.Core.reporting.formatreportOutputFormatName

Return Value

Type: FileInfo

Implements

ITextRendersavePage(String, reportOutputFormatName)
See Also