com.microstrategy.webapi.EnumDSSXMLReportSaveAsFlags |
This interface defines the enumeration constants used to specify the options for report saving. These options include directing whether to save linked objects, whether to save linked objects as embedded objects, whether to overwrite an existing report, whether to save prompt answers, and whether to save just certain parts of the report.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlReportSaveAs8iWarning | Give a warning when a 8i report overwrite a non-8i report | |||||||||
int | DssXmlReportSaveAsClearCurrentElements | Specifies a report saving option that saves a report with the current elements cleared. | |||||||||
int | DssXmlReportSaveAsDeclinePrompts | Specifies a report saving option specifying that filter appears static but can be reprompted. | |||||||||
int | DssXmlReportSaveAsDeepCopyAllObjects | Specifies that this report deeply copy all objects. | |||||||||
int | DssXmlReportSaveAsDefault | Specifies a report saving option that is the default. | |||||||||
int | DssXmlReportSaveAsDirectDataAccessMode | Specifies that this report/cube is saved as DDA mode | |||||||||
int | DssXmlReportSaveAsEmbedded | Specifies a report saving option specifying that when set, a linked object is saved as an embedded object in the new report definition. | |||||||||
int | DssXmlReportSaveAsEmbeddedFilter | When set, a linked filter will be saved as embedded in the new report definition. | |||||||||
int | DssXmlReportSaveAsEmbeddedTemplate | When set, a linked template will be saved as embedded in the new report definition. | |||||||||
int | DssXmlReportSaveAsFilterWithPrompts | Specifies a report saving option that saves a report with its prompts in the filer. | |||||||||
int | DssXmlReportSaveAsFromWeb | Specifies a report saving option that saves a report to distinguish WebFFSQL from DI-FFSQL | |||||||||
int | DssXmlReportSaveAsInMemoryMode | Specifies that this report/cube is saved as In-Memory mode | |||||||||
int | DssXmlReportSaveAsJustFilter | Save just the filter as a separate object. | |||||||||
int | DssXmlReportSaveAsJustTemplate | Save just the template as a separate object. | |||||||||
int | DssXmlReportSaveAsManaged | Specifies that this report will be saved as a managed report | |||||||||
int | DssXmlReportSaveAsModifyObjects | Specifies a report saving option that if the report has linked (non-embedded) objects, and if these objects have been modified, then OVERWRITE these objects. | |||||||||
int | DssXmlReportSaveAsOriginalFilter | Specifies a report saving option that saves the original filter. | |||||||||
int | DssXmlReportSaveAsOriginalTemplate | Specifies a report saving option that saves the original template. | |||||||||
int | DssXmlReportSaveAsOverWrite | Specifies a report saving option that edits the report with the same name (overwrites an existing report). | |||||||||
int | DssXmlReportSaveAsPruneAnswers | Specifies a report saving option that removes unneeded answers. | |||||||||
int | DssXmlReportSaveAsRemoveNonPrimaryNameTranslations | Specifies a report saving option that removes non-primary translations in report name | |||||||||
int | DssXmlReportSaveAsStandalone | Specifies that this report should be saved as a standalone report | |||||||||
int | DssXmlReportSaveAsTemplateWithPrompts | Specifies a report saving option that saves a report with its prompts in the template. | |||||||||
int | DssXmlReportSaveAsTriggeredFromDocument | Specifies that this report saveas is triggered from document instance | |||||||||
int | DssXmlReportSaveAsUpdateReportInstance | Specifies that this report instance should be updated | |||||||||
int | DssXmlReportSaveAsWithAnswers | Specifies a report saving option that include answers to relevant prompts. | |||||||||
int | DssXmlReportSaveAsWithDocumentSaveAs | Specifies that this report save as is performed together with document save as | |||||||||
int | DssXmlReportSaveAsWithPrompts | Specifies a report saving option that saves a report with its prompts. |
Give a warning when a 8i report overwrite a non-8i report
Specifies a report saving option that saves a report with the current elements cleared.
Specifies a report saving option specifying that filter appears static but can be reprompted.
Specifies that this report deeply copy all objects.
Specifies a report saving option that is the default. This is simply SaveAsOriginalFilter and SaveAsWithAnswers.
Specifies that this report/cube is saved as DDA mode
Specifies a report saving option specifying that when set, a linked object is saved as an embedded object in the new report definition.
When set, a linked filter will be saved as embedded in the new report definition.
When set, a linked template will be saved as embedded in the new report definition.
Specifies a report saving option that saves a report with its prompts in the filer.
Specifies a report saving option that saves a report to distinguish WebFFSQL from DI-FFSQL
Specifies that this report/cube is saved as In-Memory mode
Save just the filter as a separate object.
Save just the template as a separate object.
Specifies that this report will be saved as a managed report
Specifies a report saving option that if the report has linked (non-embedded) objects, and if these objects have been modified, then OVERWRITE these objects.
Specifies a report saving option that saves the original filter.
Specifies a report saving option that saves the original template.
Specifies a report saving option that edits the report with the same name (overwrites an existing report).
Specifies a report saving option that removes unneeded answers.
Specifies a report saving option that removes non-primary translations in report name
Specifies that this report should be saved as a standalone report
Specifies a report saving option that saves a report with its prompts in the template.
Specifies that this report saveas is triggered from document instance
Specifies that this report instance should be updated
Specifies a report saving option that include answers to relevant prompts.
Specifies that this report save as is performed together with document save as
Specifies a report saving option that saves a report with its prompts.