Writes a pivot table to a file in PDF document format.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public void ExportToPdf(
	string fileName
)
Visual Basic (Declaration)
Public Sub ExportToPdf ( _
	fileName As String _
)
Visual C++
public:
void ExportToPdf(
	String^ fileName
)

Parameters

fileName
Type: System..::.String

See Also