ReportExportToPdf Method (String) TIBCO Spotfire 7.12 API Reference
Exports the report as PDF to the specified filename.

Namespace: Spotfire.Dxp.Application.Export
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax

C#
public bool ExportToPdf(
	string fileName
)

Parameters

fileName
Type: SystemString
The output filename.

Return Value

Type: Boolean
True if all pages were exported successfully; otherwise False
Version Information

Supported in: 7.12
See Also

Reference