|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
void addOption(int option)
Add a report refresh option.
option - An int specifying one of the refresh options defined in CeRefreshOption.void removeOption(int option)
Remove a report refresh option.
option - An int specifying one of the refresh options defined in CeRefreshOption.boolean isOptionEnabled(int option)
option - An int specifying one of the refresh options defined in CeRefreshOption.
true if an option is enabled; false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||