|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.application.OpenReportOptions
public final class OpenReportOptions
This object contains options that can be specified when opening a report. Use this in conjunction
with the ClientDocument
object's open
method as the options
argument.
Field Summary | |
---|---|
static int |
_discardSavedData
|
static int |
_openAsReadOnly
Open as read only. |
static int |
_refreshRepositoryObjects
Specifies whether repository objects must be updated or not when opening a report. |
static int |
_retrieveMinimumReportDocument
For internal use only. |
static int |
_retrieveNoReportDefinition
Do not retrieve the report definition. |
static int |
_retrievePictureImage
Retrieve all images. |
static OpenReportOptions |
discardSavedData
|
static OpenReportOptions |
openAsReadOnly
An OpenReportOptions object that specifies to open the report as read only. |
static OpenReportOptions |
refreshRepositoryObjects
An OpenReportOptions object that specifies whether repository objects must be updated or
not when opening a report. |
static OpenReportOptions |
retrieveMinimumReportDocument
For internal use only. |
static OpenReportOptions |
retrieveNoReportDefinition
An OpenReportOptions object that specifies to not retrieve the
report definition option. |
static OpenReportOptions |
retrievePictureImage
An OpenReportOptions object that specifies to retrieve all images. |
Method Summary | |
---|---|
static OpenReportOptions |
from_int(int val)
Returns an OpenReportOptions object that corresponds to the specified value. |
int |
value()
Returns the current value of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int _retrieveNoReportDefinition
Do not retrieve the report definition.
public static final int _retrieveMinimumReportDocument
For internal use only.
public static final int _openAsReadOnly
Open as read only.
public static final int _retrievePictureImage
Retrieve all images.
public static final int _refreshRepositoryObjects
Specifies whether repository objects must be updated or not when opening a report.
NOTE: This feature is only available when RAS is managed from BusinessObjects Enterprise.
public static final int _discardSavedData
public static OpenReportOptions retrieveNoReportDefinition
An OpenReportOptions
object that specifies to not retrieve the
report definition option.
public static OpenReportOptions retrieveMinimumReportDocument
For internal use only.
public static OpenReportOptions openAsReadOnly
An OpenReportOptions
object that specifies to open the report as read only.
public static OpenReportOptions retrievePictureImage
An OpenReportOptions
object that specifies to retrieve all images.
public static OpenReportOptions refreshRepositoryObjects
An OpenReportOptions
object that specifies whether repository objects must be updated or
not when opening a report.
public static OpenReportOptions discardSavedData
Method Detail |
---|
public static final OpenReportOptions from_int(int val)
Returns an OpenReportOptions
object that corresponds to the specified value.
Note, this is the same as retrieving the corresponding OpenReportOptions
object defined as a field.
val
- The value of the OpenReportOptions
object you wish to retrieve.
OpenReportOptions
object that corresponds to the specified value.public int value()
Returns the current value of this object. This value reflects which options are currently specified.
int
that specifies the current value of this object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |