[]
Generates a report based on the current FlexPivot view.
public void Print(FlexPivotPage flexPivotPage, ReportOptions reportOptions)
Public Sub Print(flexPivotPage As FlexPivotPage, reportOptions As ReportOptions)
| 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. |
Generates a report based on the current FlexPivot view.
public void Print(FlexPivotPanel flexPivotPanel, ReportOptions reportOptions, FlexPivotGrid flexPivotGrid = null, FlexPivotChart flexPivotChart = null, FlexGrid rawDataGrid = null)
Public Sub Print(flexPivotPanel As FlexPivotPanel, reportOptions As ReportOptions, Optional flexPivotGrid As FlexPivotGrid = Nothing, Optional flexPivotChart As FlexPivotChart = Nothing, Optional rawDataGrid As FlexGrid = Nothing)
| Type | Name | Description |
|---|---|---|
| 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 |