com.crystaldecisions.sdk.plugin.desktop.common
Interface IReportXMLExportItem


public interface IReportXMLExportItem

This interface provides the support necessary to get the report XSLT export item information within reports.


Method Summary
 java.lang.String getDescription()
           Returns the description of the XML export item.
 java.lang.String getFileExtension()
           Returns the file extension of the XML export item.
 java.lang.String getName()
           Returns the name of the XML export item.
 

Method Detail

getName

java.lang.String getName()
                         throws SDKException

Returns the name of the XML export item.

Returns:
The name of the XML export item.
Throws:
SDKException - This is thrown if the process is unsuccessful.

getDescription

java.lang.String getDescription()
                                throws SDKException

Returns the description of the XML export item.

Returns:
The descriptin of the XML export item.
Throws:
SDKException - This is thrown if the process is unsuccessful.

getFileExtension

java.lang.String getFileExtension()
                                  throws SDKException

Returns the file extension of the XML export item.

Returns:
The name of the XML export item.
Throws:
SDKException - This is thrown if the process is unsuccessful.