<sasads:MDExportToExcel>
Used to export a MDTable to excel.
Syntax
<sasads:MDExportToExcel formAction="java.lang.String"
[additionalFormParameters="java.lang.String"]
[customAttributes="java.lang.String"]
[epilog="java.lang.String"]
[formName="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[name="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[scope="java.lang.String"]
[styleClass="java.lang.String"]
[style="java.lang.String"] />
Attributes
additionalFormParameters | String name of AssociationList of additional parameters. |
|---|---|
customAttributes | |
epilog | |
formAction | The value of the ACTION= attribute on the FORM tag. |
formName | The name of the export form. |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
name | |
prolog | |
ref | |
render | |
scope | |
styleClass | |
style |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.beans.mddbtable.html.MDExportToExcel.
If you need to subclass the tag handler class for the sasads:MDExportToExcel tag, extend com.sas.taglib.servlet.beans.mddbtable.MDExportToExcelTag.