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


public interface IDestinationProgID


Method Summary
 java.lang.String getName()
           Returns the name of the destination.
 void setName(java.lang.String Name)
           Sets the name of the destination.
 

Method Detail

getName

java.lang.String getName()

Returns the name of the destination.

Returns:
A String containing the name of the destination of the scheduled job.

setName

void setName(java.lang.String Name)

Sets the name of the destination. In order to disable IReportAlert notification for a report, use this method and set the destination name to an empty String.

Parameters:
Name - The name of the destination as a String.