Charting for WinForms Programmer's Guide
Dashboard.ExportPdf Method (String)
See Also
 






Exports the dashboard to a Portable Document Format (PDF) file.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public void ExportPdf (
    string filePath
)

Visual Basic  Copy Code

Public Sub ExportPdf( _
    filePath As String _
)

 Parameters

filePath

A string specifying file name or path.

 See Also

ExportPdf Method Overload List
Dashboard Members
Dashboard Class
MindFusion.Charting.WinForms Namespace