FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / PivotPrintManager Class / Print Method / Print(FlexPivotPanel,ReportOptions,FlexPivotGrid,FlexPivotChart,FlexGrid) Method
FlexPivotPanel
ReportOptionsthat contains options to be used when generating the report.
FlexPivotGridthat contains the grid view to be printed
FlexPivotChartthat contains the chart view to be printed
C1.WPF.Grid.FlexGridthat contains the raw data view to be printed

In This Topic
    Print(FlexPivotPanel,ReportOptions,FlexPivotGrid,FlexPivotChart,FlexGrid) Method
    In This Topic
    Generates a report based on the current FlexPivot view.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal flexPivotPanel As FlexPivotPanel, _
       ByVal reportOptions As ReportOptions, _
       Optional ByVal flexPivotGrid As FlexPivotGrid, _
       Optional ByVal flexPivotChart As FlexPivotChart, _
       Optional ByVal rawDataGrid As C1.WPF.Grid.FlexGrid _
    ) 
    public void Print( 
       FlexPivotPanel flexPivotPanel,
       ReportOptions reportOptions,
       FlexPivotGrid flexPivotGrid,
       FlexPivotChart flexPivotChart,
       C1.WPF.Grid.FlexGrid rawDataGrid
    )

    Parameters

    flexPivotPanel
    FlexPivotPanel
    reportOptions
    ReportOptionsthat contains options to be used when generating the report.
    flexPivotGrid
    FlexPivotGridthat contains the grid view to be printed
    flexPivotChart
    FlexPivotChartthat contains the chart view to be printed
    rawDataGrid
    C1.WPF.Grid.FlexGridthat contains the raw data view to be printed
    See Also