| Package | com.flexmonster.pivot.type |
| Class | public class ExportType |
| Inheritance | ExportType Object |
| Method | Defined By | ||
|---|---|---|---|
validType(type:String):Boolean [static]
Validator to check if export type is valid
| ExportType | ||
| Constant | Defined By | ||
|---|---|---|---|
| CSV : String = csv [static]
Export report data to CSV file. | ExportType | ||
| EXCEL : String = excel [static]
Export Pivot Grid to Excel. | ExportType | ||
| HTML : String = html [static]
Export Pivot Grid or Chart to HTML table. | ExportType | ||
| IMAGE : String = image [static]
Export Pivot Grid or Chart to Image. | ExportType | ||
| PDF : String = pdf [static]
Export Pivot Grid or Chart to PDF. | ExportType | ||
| validType | () | method |
public static function validType(type:String):BooleanValidator to check if export type is valid
Parameters
type:String — export type
|
Boolean — true if export type is valid, false if export type is invalid
|
| CSV | Constant |
public static const CSV:String = csvExport report data to CSV file.
Data exported as CSV file
| EXCEL | Constant |
public static const EXCEL:String = excelExport Pivot Grid to Excel.
Whole grid is exported to Excel file
| HTML | Constant |
public static const HTML:String = htmlExport Pivot Grid or Chart to HTML table.
Whole grid or chart is exported to HTML file
| IMAGE | Constant |
public static const IMAGE:String = imageExport Pivot Grid or Chart to Image.
Only viewed area is exported.
| Constant |
public static const PDF:String = pdfExport Pivot Grid or Chart to PDF.
Whole grid or chart is exported to PDF file