ReportExportToPdf Method (Stream)

Spotfire 15.0 API Reference
Exports the report as PDF with the resulting bytes in the specified stream.

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

C#
public bool ExportToPdf(
	Stream outputStream
)

Parameters

outputStream
Type: System.IOStream
The output stream.

Return Value

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


See Also

Reference