|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.application.ReportSaveAsOptions
public final class ReportSaveAsOptions
This object contains options that can be specified when saving a report using a specified
filename. Use this in conjunction
with the ReportClientDocument
object's saveAs
method as the options
argument.
Field Summary | |
---|---|
static int |
_overwriteExisting
Saves the file, overwriting any existing file with the same name. |
static ReportSaveAsOptions |
overwriteExisting
A ReportSaveAsOptions object that specifies to save the file and overwrite
any existing file with the same name. |
Method Summary | |
---|---|
static ReportSaveAsOptions |
from_int(int i)
Returns a ReportSaveAsOptions 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 _overwriteExisting
Saves the file, overwriting any existing file with the same name.
public static final ReportSaveAsOptions overwriteExisting
A ReportSaveAsOptions
object that specifies to save the file and overwrite
any existing file with the same name.
Method Detail |
---|
public static final ReportSaveAsOptions from_int(int i)
Returns a ReportSaveAsOptions
object that corresponds to the specified value.
Note, this is the same as retrieving the corresponding ReportSaveAsOptions
object defined as a field.
i
- The value of the ReportSaveAsOptions
object you wish to retrieve.
ReportSaveAsOptions
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 |