[]
Generates a report based on the current FlexPivot view.
public void Print(FlexPivotPage flexPivotPage, ReportOptions 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)
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 |