Exports the report to the specified file. The kind of export is inferred from the extension of the file.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
int Export(
	string file,
	int firstPage,
	int lastPage,
	int options
)

Parameters

file
Type: System..::..String
firstPage
Type: System..::..Int32
lastPage
Type: System..::..Int32
options
Type: System..::..Int32

Return Value

See Also