FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / PivotPrintManager Class / Print Method / Print(FlexPivotPage,ReportOptions) Method
FlexPivotPage that contains the view to be printed.
ReportOptions that contains options to be used when generating the report.

In This Topic
    Print(FlexPivotPage,ReportOptions) Method
    In This Topic
    Generates a report based on the current FlexPivot view.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal flexPivotPage As FlexPivotPage, _
       ByVal reportOptions As ReportOptions _
    ) 
    public void Print( 
       FlexPivotPage flexPivotPage,
       ReportOptions reportOptions
    )

    Parameters

    flexPivotPage
    FlexPivotPage that contains the view to be printed.
    reportOptions
    ReportOptions that contains options to be used when generating the report.
    See Also