[]
        
(Showing Draft Content)

C1.WPF.Pivot.PivotPrintManager.Print

Print Method

Print(FlexPivotPage, ReportOptions)

Generates a report based on the current FlexPivot view.

Declaration
public void Print(FlexPivotPage flexPivotPage, ReportOptions reportOptions)
Parameters
Type Name Description
FlexPivotPage flexPivotPage

FlexPivotPage that contains the view to be printed.

ReportOptions reportOptions

ReportOptions that contains options to be used when generating the report.

Print(FlexPivotPanel, ReportOptions, FlexPivotGrid, FlexPivotChart, FlexGrid)

Generates a report based on the current FlexPivot view.

Declaration
public void Print(FlexPivotPanel flexPivotPanel, ReportOptions reportOptions, FlexPivotGrid flexPivotGrid = null, FlexPivotChart flexPivotChart = null, FlexGrid rawDataGrid = null)
Parameters
Type Name Description
FlexPivotPanel flexPivotPanel

FlexPivotPanel

ReportOptions reportOptions

ReportOptionsthat contains options to be used when generating the report.

FlexPivotGrid flexPivotGrid

FlexPivotGridthat contains the grid view to be printed

FlexPivotChart flexPivotChart

FlexPivotChartthat contains the chart view to be printed

FlexGrid rawDataGrid

C1.WPF.Grid.FlexGridthat contains the raw data view to be printed