| 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. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.