<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

additionalFormParametersString name of AssociationList of additional parameters.
customAttributes
epilog
formActionThe value of the ACTION= attribute on the FORM tag.
formNameThe name of the export form.
idCase-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.