MindFusion.Wpf Pack Programmer's Guide
ReportPrinter Constructor
See Also
 





Initializes a new instance of the ReportPrinter class with the specified Report as an argument.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public ReportPrinter (
    Report report
)

Visual Basic  Copy Code

Public New ( _
    report As Report _
)

 Parameters

report
The Report that will be printed or previewed.

 See Also

ReportPrinter Class
MindFusion.Reporting.Wpf Namespace