| Name | Required | Type | Description | 
|---|---|---|---|
target | true | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Server side id of the datatable whose data would be exported. | 
type | true | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Export type: "xls","pdf","csv", "xml". | 
fileName | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Filename of the generated export file, defaults to datatable server side id. | 
pageOnly | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Exports only current page instead of whole dataset. | 
preProcessor | false | javax.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
					 | PreProcessor for the exported document. | 
postProcessor | false | javax.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
					 | PostProcessor for the exported document. | 
encoding | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Character encoding to use. | 
selectionOnly | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | When enabled, only selection would be exported. | 
repeat | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | When enabled, dynamic datatables would be exported. | 
options | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
					 | Exports the header and cell content according to the option. | 
customExporter | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
					 | Custom Exporter to be used in place of Default DataExporter. | 
onTableRender | false | javax.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
					 | OnTableRender to be used to set the options of exported table. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.