MindFusion.Reporting for Silverlight Programmer's Guide
PdfExporter.Export Method (Report, String)
See Also
 





Creates a PDF file representing the specified report.

Namespace: MindFusion.Reporting.Silverlight.Export
Assembly: MindFusion.Reporting.Silverlight.PdfExport

 Syntax

C#  Copy Code

public void Export (
    Report report,
    string filePath
)

Visual Basic  Copy Code

Public Sub Export ( _
    report As Report, _
    filePath As String _
)

 Parameters

report

A reference to the report that will be exported.

filePath

The full path to the PDF file.

 See Also

Export Method Overload List
PdfExporter Members
PdfExporter Class
MindFusion.Reporting.Silverlight.Export Namespace