com.businessobjects.sdk.plugin.desktop.fullclient
Interface IFullClientFormatOptions


public interface IFullClientFormatOptions

This interface allows you to set the export format type for a Desktop Intelligence document.


Nested Class Summary
static interface IFullClientFormatOptions.CeFullClientFormat
           The export format types for a Desktop Intelligence document.
 
Method Summary
 int getFormat()
           Returns the export format type for this Desktop Intelligence document.
 void setFormat(int formatType)
           Sets the export format type for this Desktop Intelligence document.
 

Method Detail

getFormat

int getFormat()

Returns the export format type for this Desktop Intelligence document.

Returns:
An int that specifies the export format type for this document. This is of type CeFullClientFormat.
See Also:
IFullClientFormatOptions.CeFullClientFormat

setFormat

void setFormat(int formatType)
               throws SDKException

Sets the export format type for this Desktop Intelligence document.

Parameters:
formatType - An int of type CeFullClientFormat which specifies the export format type for this report.
Throws:
SDKException - This is thrown if the process is unsuccessful.
See Also:
IFullClientFormatOptions.CeFullClientFormat