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


public interface IReportRefreshOptions

This interface is used for setting the report refresh options used when refreshing report properties.


Nested Class Summary
static interface IReportRefreshOptions.CeRefreshOption
           Specifies the report refresh options.
 
Method Summary
 void addOption(int option)
           Add a report refresh option.
 boolean isOptionEnabled(int option)
          Indicates whether a report refresh option is set.
 void removeOption(int option)
           Remove a report refresh option.
 

Method Detail

addOption

void addOption(int option)

Add a report refresh option.

Parameters:
option - An int specifying one of the refresh options defined in CeRefreshOption.

removeOption

void removeOption(int option)

Remove a report refresh option.

Parameters:
option - An int specifying one of the refresh options defined in CeRefreshOption.

isOptionEnabled

boolean isOptionEnabled(int option)
Indicates whether a report refresh option is set.

Parameters:
option - An int specifying one of the refresh options defined in CeRefreshOption.
Returns:
true if an option is enabled; false otherwise.