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


public interface IXMLFormat

The IXMLFormat interface allows you to set the selected XML export item's index for a report that is to be scheduled to an XML (or XSLT) format.


Method Summary
 int getExportSelection()
           Returns the XML export selection.
 void setExportSelection(int exportSelection)
           Sets the XML export selection.
 void setSavedExportSelection()
           Sets the saved XML export selection.
 

Method Detail

getExportSelection

int getExportSelection()
                       throws SDKException

Returns the XML export selection.

Returns:
The index of the export selection.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setExportSelection

void setExportSelection(int exportSelection)
                        throws SDKException

Sets the XML export selection.

Throws:
SDKException - This is thrown if the process is unsuccessful.

setSavedExportSelection

void setSavedExportSelection()
                             throws SDKException

Sets the saved XML export selection.

Throws:
SDKException - This is thrown if the process is unsuccessful.