Supported Bean: ReportBean

This interface is used to manage the collection of report data and enable it to be rendered. It leverages many of the features of the WebBean and ObjectBean interfaces. It reuses the ObjectBean interface to allow a report to: (a) be retrieved by name (and with wildcard) (b) retrieve its parent folder bean.

The main methods it provides in this interface are:


Event handler: com.microstrategy.web.beans.EnumEventHandlerTypes.HANDLER_TYPE_REPORT (4)

Event handler that can be associated with a Report Bean.

Events

addDerivedMetricEvent, addForm, addMetric, addShortcutMetric, addTemplateUnit, applyChangesEvent, browseEvent, cancelRepromptRequestEvent, cancelRequestEvent, changeMetricFormulaEvent, changeReportStyleEvent, changeViewMode, clearPageBy, clearSorts, defineDatamart, drillToFixedTemplateFromDocumentToReport, editAttributeForms, executeWithTemplateFilter, graphDrillEvent, graphDrillFromDocumentToReport, gridDrillEvent, gridDrillFixTemplateEvent, gridDrillFromDocumentToReport, hierarchicalSort, incrementalFetch, initializeFromSchedule, initializeFromSubscription, moveMetric, multipleSorts, pageByNavigator, redo, refreshReport, removeAllWorkingSetMetrics, removeForm, removeMultipleUnitsFromWorkingSet, removeWorkingSetObjectEvent, ReportAliasEvent, ReportDisableSubTotalsEvent, ReportEnableSubTotalsEvent, ReportExecuteEvent, ReportPivotEvent, ReportRemoveMetricEvent, ReportRemoveTemplateEvent, reportSaveAs, ReportSortEvent, resetChangesEvent, resetState, resizeColumn, resizeColumns, saveAssociatedSchedules, saveAssociatedUsers, saveEmailSubscriptionEvent, saveFileSubscriptionEvent, saveGraphAxisProperties, saveGraphProperties, saveGraphTextProperties, saveGridAlignmentProperties, saveGridBandingProperties, saveGridBorderProperties, saveGridFontPropertiesEvent, saveGridNumberPropertiesEvent, saveGridPatternProperties, savePrintSubscriptionEvent, saveScheduleEvent, saveToInbox, setColumnScenario, setCubeMapping, setPageByElement, setReportPageInfo, setReportProps, setResultSettings, setResultWindow, setRowScenario, setViewMediaSettings, showBandingEvent, showOutlineMode, showSubtotals, thresholdDisplay, undo, unsetDatamart

addDerivedMetricEvent
Event for adding a new derived metric to the metrics collection. The position where the new metric should be added needs to be specified. If not, it is added at the beginning of the metrics collection. If the EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_DESTINATION_POSITION is not specified, the metric is added at position 1

4014

EnumReportBeanEvents.REPORT_EVENT_ADD_DERIVED_METRIC

alias

alias for a metric.

4031

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_ALIAS_NAME

formula

formula for a derived metric.

4032

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_FORMULA

metricPos

destination position of the metric in the metrics collection.

4029

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_DESTINATION_POSITION

addForm
Event for adding attribute form. This event can be used to add attribute form to the view template or just to the working set. The (parent) attribute ID for the attribute form should be specified While adding to the view template, if the attribute does not exist on the template it will be added at the axis/position passed to the event (if axis/position is not passed, the attribute will be added to the end of the Row Axis of the template). If the attribute already exists on the template, the event will add(or, if already existing, move) the attribute form at the position specified. Also, if axis and position information is supplied to the event, the attribute will be moved to the specified axis/position before adding the attribute form.

4059

EnumReportBeanEvents.REPORT_EVENT_ADD_FORM

*attributeID

Attribute ID

4167

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_ATTRIBUTE_ID

*formID

DSSID of the form to be added/removed.

4168

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_FORM_ID

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

attAxis

destination axis.

4008

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_AXIS

attPosition

destination position of the template unit.

4009

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_POSITION

formPos

the position within the attribute forms collection where a form should be added/moved.

4170

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_FORM_POSITION

isbase

specifies whether the add/remove form operation should be applied to the working set.

4169

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_IS_BASE

addMetric
Adds the metric passed in with the specified key. If a key is not specified, the metric is added to the beggining of the metric collection. If a metrics collection, does not already exist on the template, the destination axis and position of the template unit where the metrics collection should be placed, needs to be specified. If EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_ALIAS_NAME is missing, and the newly added metric exists in working set, the alias of themetric in workingset will be set as default alias of this template metric; if the newly added metric does not exist in working set, no alias will be set, the display of this template metric will be the name of the metric. The arguments EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_AXIS and EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_POSITION are used if the metrics collection is not defined on the template. These parameters define where the new collection will be placed.

4036

EnumReportBeanEvents.REPORT_EVENT_ADD_METRIC

*metricID

String argument specifying the id of the metric.

4122

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_ID

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

dAxis

destination axis.

4008

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_AXIS

dPos

destination position of the template unit.

4009

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_POSITION

metricDisplayName

alias for a metric.

4031

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_ALIAS_NAME

metricKey

key of a specific metric in the collection.

4010

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_KEY

metricName

name of the metric

4201

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_NAME

mPos

destination position of the metric in the metrics collection.

4029

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_DESTINATION_POSITION

addShortcutMetric
Specifies an event to add shortcut metric.

4081

EnumReportBeanEvents.REPORT_EVENT_ADD_SHORTCUT_METRIC

*functionType

Add shortcut Metric. EnumReportBeanEvents.REPORT_EVENT_ADD_SHORTCUT_METRIC

4235

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_FUNCTION_TYPE

functionType2

4236

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_FUNCTION_TYPE2

unitsCollection

4237

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_UNITS_COLLECTION

addTemplateUnit
Event for adding a new template unit to the template.

4010

EnumReportBeanEvents.REPORT_EVENT_ADD_TEMPLATE_UNIT

*dAxis

destination axis.

4008

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_AXIS

*dPos

destination position of the template unit.

4009

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_POSITION

*unitID

dss id of the template unit.

4027

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ID

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

unitDisplayName

new alias of the template unit.

4014

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ALIAS_NAME

unitName

name of the object on this template unit

4200

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_NAME

unitType

type of template unit, as defined in EnumDSSXMLTemplateUnitType.

4026

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_TYPE

applyChangesEvent
Event for applying the changes made on the report.

4028

EnumReportBeanEvents.REPORT_EVENT_APPLY_CHANGES

includeStyle

boolean property to specify, if the event should do a check for user autostyle preference and apply if there's one.

4074

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_INCLUDE_USER_STYLE

browseEvent
event for browsing a given object.

1001

EnumObjectBeanEvents.OBJECT_EVENT_BROWSE

*objectID

objectID -- argument using for browsing objects.

1001

EnumObjectBeanEvents.OBJECT_EVENT_ARGUMENT_OBJECT_ID

executionFlags

flags -- integer argument specifying the flags (from EnumDSSXMLObjectFlags ) to be used while performing object browse operations.

1003

EnumObjectBeanEvents.OBJECT_EVENT_ARGUMENT_FlAGS

cancelRepromptRequestEvent
Event for canceling a reprompt request.

4046

EnumReportBeanEvents.REPORT_EVENT_CANCEL_REPROMPT_REQUEST

cancelRequestEvent
Event for canceling the request.

4042

EnumReportBeanEvents.REPORT_EVENT_CANCEL_REQUEST

changeMetricFormulaEvent
Event for changing the formula and/or alias associated with a metric. The metric should be specified using it's key. If the key represents a derived metric, that metric's formula will be changed; if the key represents a normal metric, the normal metric will be removed, and a new derived metric based on the formular will be created at the same position.

4015

EnumReportBeanEvents.REPORT_EVENT_CHANGE_METRIC_FORMULA

*formula

formula for a derived metric.

4032

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_FORMULA

*key

key of a specific metric in the collection.

4010

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_KEY

alias

alias for a metric.

4031

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_ALIAS_NAME

changeReportStyleEvent
Event for changing the style of a report. The style to be applied can be specified either by Id or name. The ID is first checked. If it not supplied, the name is used.

4017

EnumReportBeanEvents.REPORT_EVENT_CHANGE_STYLE

reportStyleID

style ID of the report.

4041

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_CHANGE_STYLE_ID

reportStyleName

String argument specifying the name of the style to apply.

4126

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_STYLE_NAME

changeViewMode
Event for change report view mode to grid, graph or both.

4031

EnumReportBeanEvents.REPORT_EVENT_CHANGE_VIEW_MODE

*viewMode

integer argument of EnumWebReportViewMode specifying the report view mode.

4115

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_VIEW_MODE

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

clearPageBy
Event for clearing the page by axis.

4051

EnumReportBeanEvents.REPORT_EVENT_CLEAR_PAGE_BY

clearSorts
Clears all the WebSorts objects contained in the report.

4037

EnumReportBeanEvents.REPORT_EVENT_CLEAR_SORTS

oAxis

origin axis.

4006

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

defineDatamart
This event would convert a report to datamart. The possible parameters that can be sent in are:

4072

EnumReportBeanEvents.REPORT_EVENT_DEFINE_DATAMART

*dbRoleID

The DB Role ID.

4204

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DB_ROLE_ID

*tableName

The datamart table name

4205

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DM_TABLE_NAME

append

Datamart property that specifies whether to append to existing t able

4206

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DM_APPEND

isPattern

Datamart property that specifies whether the datamart name speci fied has tokens or not.

4207

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DM_NAME_MACRO

drillToFixedTemplateFromDocumentToReport
Event for performing a filter on selections on a grid in a document to the report outside of the document. This will basically perform a drill to fixed template. The node key, view mode and the content tree type for the grid need to be specified.

4077

EnumReportBeanEvents.REPORT_EVENT_DRILL_TO_FIXED_TEMPLATE_FROM_DOCUMENT_TO_REPORT

displayMode

Specifies the display mode. A value from the enumeration EnumDSSXMLDisplayMode

4212

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DISPLAY_MODE

nodeKey

Specifies the node key of the grid-graph object in the doccument

4226

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_NODE_KEY

rwGroupByElements

Specifies the page by elements on the report writing document for the grid graph object that was drilled on. These are separated by EnumReportBeanEvents.METRIC_ELEM_LIST_SEPARATOR

4223

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_RW_GROUP_BY_ELEMENTS

rwMesageID

String argument specifying the message id of a report instance.

4112

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_MESSAGE_ID

sliceId

4224

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SLICE_ID

treeType

Specifies the tree type to which the grid-graph object in the doccument belongs to

4227

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TREE_TYPE

editAttributeForms
Event for editing attribute forms collection, includes adding/removing forms from base and view, reorder forms in view. The way to carry this event is that client generates the ordered list of all forms on the base, defining each form by its form id and a flag about whether this form is on base or view.

4067

EnumReportBeanEvents.REPORT_EVENT_EDIT_ATTRIBUTE_FORMS

*attForms

The value of this argument is an ordered (ordered regard of forms in view, the order is ignored for base forms) list of all forms on the base, defining each form by its form id and a flag about whether this form is on the view. The separator between two forms definition is EnumReportBeanEvents.FORM_LIST_SEPARATOR; the form id and the boolean flag about whether the form on the view("1" for on the view, "0" for on working set only) will be separated by EnumReportBeanEvents.FORM_ELEM_SEPARATOR. For example, a collection of two forms, form 1 is on base only, and form 2 on base and also on the view. The value for this argument would be form1_IDEnumReportBeanEvents.FORM_ELEM_SEPARATOR0EnumReportBeanEvents.FORM_LIST_SEPARATORform2_IDEnumReportBeanEvents.FORM_ELEM_SEPARATOR1

4196

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_FORM_LIST

*attributeID

Attribute ID

4167

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_ATTRIBUTE_ID

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

executeWithTemplateFilter
Sets the flags for execution based on templateID and filterID.

4033

EnumReportBeanEvents.REPORT_EVENT_EXECUTE_TEMPLATE_FILTER

*filterID

String argument specifying the filterID.

4120

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_EXECUTION_FILTER_ID

*templateID

String argument specifying the templateID.

4119

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_EXECUTION_TEMPLATE_ID

dispFlags

SaveAs display flags.

4004

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DISPLAY_FLAGS

elementsPromptAnswers

Specifies an argument for the new prompt answer for WebElementsPrompt in document drilling.

4189

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_PLAIN_ELEMENT_PROMPT_ANSWER

execFlags

flags to be used while performing report execution.

4002

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_EXECUTION_FLAGS

objectsPromptAnswers

Specifies an argument for the new prompt answer for WebObjectsPrompt in document drilling.

4221

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_PLAIN_OBJECT_PROMPT_ANSWER

originMessageID

Specifies an argument for the original report message id in document drilling.

4187

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_ORIGIN_MESSAGE_ID

promptsAnswerXML

Specifies an argument for the original report's prompt answer XML in document drilling.

4188

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_ORIGIN_SHORT_ANSWER_XML

resultFlags

result flags.

4003

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_RESULT_FLAGS

saveFlags

save as flags.

4005

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SAVE_AS_FLAGS

valuePromptAnswers

Specifies an argument for the new prompt answer for WebConstantPrompt in document drilling.

4220

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_PLAIN_VALUE_PROMPT_ANSWER

graphDrillEvent
Event for performing a drill on the report graph. The coordinates on which to drill should be specified.

4013

EnumReportBeanEvents.REPORT_EVENT_GRAPH_DRILL

*4013.x

list of elements.

4036

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_GRAPH_XPIXEL

*4013.y

list of elements.

4037

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_GRAPH_YPIXEL

drillPathKey

Specifies an argument for the drill path key.

4195

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_PATH_KEY

graphHeight

height of the graph.

4080

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_HEIGHT

graphWidth

width of the graph.

4081

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_WIDTH

keepThresholds

specifies whether the thresholds should be kept after performing the drill operation.

4134

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_RETAIN_THRESHOLDS

graphDrillFromDocumentToReport
Event for performing a drill on the graph in a document to the report outside of the document. The template unit needs to the specified using the axis and position. The drill path is picked up based on the ID passed in.

4076

EnumReportBeanEvents.REPORT_EVENT_GRAPH_DRILL_FROM_DOCUMENT_TO_REPORT

3126.x

list of elements.

4036

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_GRAPH_XPIXEL

3126.y

list of elements.

4037

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_GRAPH_YPIXEL

displayMode

Specifies the display mode. A value from the enumeration EnumDSSXMLDisplayMode

4212

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DISPLAY_MODE

drillPathKey

Specifies an argument for the drill path key.

4195

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_PATH_KEY

graphHeight

height of the graph.

4080

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_HEIGHT

graphWidth

width of the graph.

4081

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_WIDTH

retainParent

specifies whether the parent should be kept after performing the drill operation.

4034

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_RETAIN_PARENT

retainThresh

specifies whether the thresholds should be kept after performing the drill operation.

4134

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_RETAIN_THRESHOLDS

rwGroupByElements

Specifies the page by elements on the report writing document for the grid graph object that was drilled on. These are separated by EnumReportBeanEvents.METRIC_ELEM_LIST_SEPARATOR

4223

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_RW_GROUP_BY_ELEMENTS

rwMesageID

String argument specifying the message id of a report instance.

4112

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_MESSAGE_ID

sliceId

4224

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SLICE_ID

gridDrillEvent
Event for performing a drill on the report grid. The template unit needs to the specified using the axis and position. The drill path is picked up based on the ID passed in. The caller can also specify a list of elements that the drill needs to filter the results on.

4012

EnumReportBeanEvents.REPORT_EVENT_GRID_DRILL

displayMode

Specifies the display mode. A value from the enumeration EnumDSSXMLDisplayMode

4212

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DISPLAY_MODE

drillImp

level of drill importance to retrieve. possible values are: EnumReportBeanEvents.DRILL_IMPORTANCE_LOW EnumReportBeanEvents.DRILL_IMPORTANCE_MEDIUM EnumReportBeanEvents.DRILL_IMPORTANCE_HIGH

4124

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_IMPORTANCE

drillKey

key for drilling. axis<separator>position<separator>ordinal<separator>drillPathID The <separator> is EnumReportBeanEvents.DRILL_TO_KEY_SEPARATOR

4033

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILLTO_KEY

drillPathKey

Specifies an argument for the drill path key.

4195

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_PATH_KEY

elementList

list of elements. This is a list of element IDs separated by EnumReportBeanEvents.METRIC_ELEM_LIST_SEPARATOR

4035

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_ELEMENT_LIST

filterOnPageBy

Argument specifying whether to filter on the Page By axis during drilling.

4147

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_FILTER_ON_PAGE_BY

retainParent

specifies whether the parent should be kept after performing the drill operation.

4034

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_RETAIN_PARENT

retainThresh

specifies whether the thresholds should be kept after performing the drill operation.

4134

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_RETAIN_THRESHOLDS

gridDrillFixTemplateEvent
Event for performing a drill with the template fixed. This just filters on a given list of elements.

4040

EnumReportBeanEvents.REPORT_EVENT_GRID_DRILL_FIX_TEMPLATE

elementList

list of elements. This is a list of element IDs separated by EnumReportBeanEvents.METRIC_ELEM_LIST_SEPARATOR

4035

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_ELEMENT_LIST

filterOnPageBy

Argument specifying whether to filter on the Page By axis during drilling.

4147

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_FILTER_ON_PAGE_BY

retainThresh

specifies whether the thresholds should be kept after performing the drill operation.

4134

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_RETAIN_THRESHOLDS

gridDrillFromDocumentToReport
Event for performing a drill on the grid in a document to the report outside of the document. The template unit needs to the specified using the axis and position. The drill path is picked up based on the ID passed in. The caller can also specify a list of elements that the drill needs to filter the results on.

4075

EnumReportBeanEvents.REPORT_EVENT_GRID_DRILL_FROM_DOCUMENT_TO_REPORT

*drillPathKey

Specifies an argument for the drill path key.

4195

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_PATH_KEY

*rwMesageID

String argument specifying the message id of a report instance.

4112

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_MESSAGE_ID

displayMode

Specifies the display mode. A value from the enumeration EnumDSSXMLDisplayMode

4212

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DISPLAY_MODE

elementList

list of elements. This is a list of element IDs separated by EnumReportBeanEvents.METRIC_ELEM_LIST_SEPARATOR

4035

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_ELEMENT_LIST

filterOnPageBy

Argument specifying whether to filter on the Page By axis during drilling.

4147

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_FILTER_ON_PAGE_BY

retainParent

specifies whether the parent should be kept after performing the drill operation.

4034

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_RETAIN_PARENT

retainThresh

specifies whether the thresholds should be kept after performing the drill operation.

4134

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DRILL_RETAIN_THRESHOLDS

rwGroupByElements

Specifies the page by elements on the report writing document for the grid graph object that was drilled on. These are separated by EnumReportBeanEvents.METRIC_ELEM_LIST_SEPARATOR

4223

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_RW_GROUP_BY_ELEMENTS

sliceId

4224

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SLICE_ID

hierarchicalSort
Event for applying hierarchical metric sort in outline mode. If the subtotal parameter is not specified, the default is EnumDSSXMLMetricType.DssXmlMetricSubtotalSum.

4039

EnumReportBeanEvents.REPORT_EVENT_HIERARCHICAL_METRIC_SORT

*sortKey

sort key. The format of the key is as follows: EnumReportBeanEvents.SORT_PARAM_TYPE=type<sep>EnumReportBeanEvents.SORT_PARAM_ID=id<sep>EnumReportBeanEvents.SORT_PARAM_FORM_ID=id<sep>EnumReportBeanEvents.SORT_PARAM_FORM_TYPE=type<sep>EnumReportBeanEvents.SORT_PARAM_ELEM_LIST<sep>EnumReportBeanEvents.SORT_PARAM_AXIS where <sep> is EnumReportBeanEvents.SORT_PARAM_SEPARATOR SORT_PARAM_ELEM_LIST is a list of elements separated by EnumReportBeanEvents.SORT_ELEM_LIST_SEPARATOR

4011

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SORT_KEY

_subtotalPos

argument indicating where the subtotals should be placed once the sorting is performed.

4138

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SORT_SUBTOTAL_POSITION

_subTotalType

type of subtotal to be added/removed.

4015

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBTOTAL_TYPE

clearSorts

specifies whether the previous sorts should be cleared before adding the current ones.

4013

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SORT_CLEAR

sortOrder

order of the sort -- EnumReportBeanEvents.SORT_ORDER_ASCENDING/EnumReportBeanEvents.SORT_ORDER_DESCENDING. The default is EnumReportBeanEvents.SORT_ORDER_ASCENDING

4012

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SORT_ORDER

sortsCount

number of sorts that should be applied to the report.

4123

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SORTS_COUNT

incrementalFetch
Event for doing an incremental fetch on the report using its ReportPageInfo.

4050

EnumReportBeanEvents.REPORT_EVENT_INCREMENTAL_FETCH

*pageInfoType

argument indicating the type of report page info. Absolute or Relative. Possible values are listed in EnumReportPageType

4139

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_REPORT_PAGE_INFO_TYPE

xPos

Argument indicating the X Position of the desired page on a report

4142

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_REPORT_PAGE_INFO_XPOS

yPos

Argument indicating the Y Position of the desired page on a report

4143

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_REPORT_PAGE_INFO_YPOS

initializeFromSchedule
Event for initializing the report bean using a schedule.

4057

EnumReportBeanEvents.REPORT_EVENT_INITIALIZE_FROM_SCHEDULE

*triggerID

String argument indicating the trigger to be used.

4127

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TRIGGER_ID

reportViewMode

integer argument of EnumWebReportViewMode specifying the report view mode.

4115

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_VIEW_MODE

saveToInbox

Specifies whether to save the message to inbox.

4172

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SAVE_TO_INBOX

targetID

Argument indicating the target object to be used to initialize the report bean using a schedule.

4162

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TARGET_ID

initializeFromSubscription
Event for initializing the report bean using a subscription.

4058

EnumReportBeanEvents.REPORT_EVENT_INITIALIZE_FROM_SUBSCRIPTION

*_subscriptionID

Argument indicating the target object to be used to initialize the report bean using a subscription.

4163

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_ID

reportViewMode

integer argument of EnumWebReportViewMode specifying the report view mode.

4115

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_VIEW_MODE

saveToInbox

Specifies whether to save the message to inbox.

4172

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SAVE_TO_INBOX

moveMetric
Event for moving a metric within the metric collection. The origin and the destination position should be specified.

4011

EnumReportBeanEvents.REPORT_EVENT_MOVE_METRIC

*dPos

destination position of the metric in the metrics collection.

4029

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_DESTINATION_POSITION

*oPos

starting position of the metric in the metrics collection.

4028

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_ORIGIN_POSITION

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

multipleSorts
Event for setting multiple sort objects. Similar to EnumReportBeanEvents.REPORT_EVENT_HIERARCHICAL_METRIC_SORT except that this event allows users to specify multiple sorts at the same time. The count parameter should be passed to indicate the number of sorts.

4038

EnumReportBeanEvents.REPORT_EVENT_MULTIPLE_SORTS

*sortKey

sort key. The format of the key is as follows: EnumReportBeanEvents.SORT_PARAM_TYPE=type<sep>EnumReportBeanEvents.SORT_PARAM_ID=id<sep>EnumReportBeanEvents.SORT_PARAM_FORM_ID=id<sep>EnumReportBeanEvents.SORT_PARAM_FORM_TYPE=type<sep>EnumReportBeanEvents.SORT_PARAM_ELEM_LIST<sep>EnumReportBeanEvents.SORT_PARAM_AXIS where <sep> is EnumReportBeanEvents.SORT_PARAM_SEPARATOR SORT_PARAM_ELEM_LIST is a list of elements separated by EnumReportBeanEvents.SORT_ELEM_LIST_SEPARATOR

4011

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SORT_KEY

_subtotalPos

argument indicating where the subtotals should be placed once the sorting is performed.

4138

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SORT_SUBTOTAL_POSITION

clearSorts

specifies whether the previous sorts should be cleared before adding the current ones.

4013

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SORT_CLEAR

sortOrder

order of the sort -- EnumReportBeanEvents.SORT_ORDER_ASCENDING/EnumReportBeanEvents.SORT_ORDER_DESCENDING. The default is EnumReportBeanEvents.SORT_ORDER_ASCENDING

4012

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SORT_ORDER

sortsCount

number of sorts that should be applied to the report.

4123

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SORTS_COUNT

pageByNavigator
Event for navigate pages for the report page-by operation.

4045

EnumReportBeanEvents.REPORT_EVENT_PAGE_BY_NAVIGATE

direction

String argument specifying whether to move to the next page or the previous page. A value of 1 means moving forward, and -1 means moving backward. The default value is 1 if not specified.

4137

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_PAGE_BY_NAVIGATION_DIRECTION

redo
Event for redo current report to next state.

4064

EnumReportBeanEvents.REPORT_EVENT_REDO

refreshReport
Event for refreshing a report. The caller can specify whether the report should be reexecuted. The caller can specify whether the prompts should be refreshed and can also refresh a particular state of the report.

4047

EnumReportBeanEvents.REPORT_EVENT_REFRESH

fresh

Argument indicating whether the report should be re-executed with fresh execution flags.

4145

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_REEXECUTE_FRESH

rePrompt

rePrompting option for refreshing a report.

4136

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_REPROMPT

stateID

state id of a report instance.

4113

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_STATE_ID

removeAllWorkingSetMetrics
Specifies an event to remove all working set metrics.

4061

EnumReportBeanEvents.REPORT_EVENT_REMOVE_ALL_WORKING_SET_METRICS

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

removeForm
Event for removing attribute form. This event can be used to add attribute form to the view template or just to the working set. The (parent) attribute ID for the attribute form should be specified.

4060

EnumReportBeanEvents.REPORT_EVENT_REMOVE_FORM

*attributeID

Attribute ID

4167

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_ATTRIBUTE_ID

*formID

DSSID of the form to be added/removed.

4168

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_FORM_ID

isbase

specifies whether the add/remove form operation should be applied to the working set.

4169

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_IS_BASE

removeMultipleUnitsFromWorkingSet
Event to remove multiple units at the same time. These units can be real template units like attributes, custom groups, hierarchies etc or they can also be individual metrics or even attribute forms. Please see EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_MULTIPLE_UNITS for more details on the format of the arguments

4074

EnumReportBeanEvents.REPORT_EVENT_REMOVE_MULTIPLE_UNITS_FROM_WORKING_SET

*multipleUnits

Specifies the multiple units that need to be removed from working set The argument is of the following format type1,DSSID1 ! type2,DSSID2 ! type3, attributeID, formID...where type is from EnumDSSXMLObjectTypes; '-1' is for the metrics collection; The separators used are EnumReportBeanEvents.UNIT_PROPERTY_SEPARATOR and EnumReportBeanEvents.MULTIPLE_UNITS_SEPARATOR. The order of these properties needs to be conformed to the above syntax.

4213

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_MULTIPLE_UNITS

removeWorkingSetObjectEvent
Event for removing a unit from the working set.

4019

EnumReportBeanEvents.REPORT_EVENT_REMOVE_WORKING_SET_OBJECT

*objectID

object ID to remove from the working set.

4165

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_WORKING_SET_OBJECT_ID

*objectSubType

Argument indicating the subtype of the object.

4164

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_WORKING_SET_OBJECT_SUB_TYPE

*objectType

object type to remove from the working set.

4166

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_WORKING_SET_OBJECT_TYPE

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

ReportAliasEvent
Event for specifying the alias of a template unit. The template unit can be identified either using the key or the axis/position If the EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_KEY is supplied, the event changes the alias of the metric Otherwise, it looks for the EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_KEY

4005

EnumReportBeanEvents.REPORT_EVENT_TEMPLATE_UNIT_ALIAS

*alias

new alias of the template unit.

4014

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ALIAS_NAME

key

key of the template unit.

4030

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_KEY

metricDepth

key of a specific metric in the collection.

4010

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_KEY

oAxis

origin axis.

4006

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

origin position of the template unit.

4007

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

ReportDisableSubTotalsEvent
Event for disabling either a specific type of subtotal. If the type is not specified, all the subtotals are disabled.

4007

EnumReportBeanEvents.REPORT_EVENT_DISABLE_SUB_TOTALS

_subTotalType

type of subtotal to be added/removed.

4015

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBTOTAL_TYPE

ReportEnableSubTotalsEvent
Event for enabling the subtotals of the specified type and style. The subtotals are added to a specific axis, if one is specified. Otherwise they are added to all axes.

4006

EnumReportBeanEvents.REPORT_EVENT_ENABLE_SUB_TOTALS

*_subtotalStyle

subtotal style.

4016

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBTOTAL_STYLE

*_subTotalType

type of subtotal to be added/removed.

4015

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBTOTAL_TYPE

oAxis

origin axis.

4006

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

ReportExecuteEvent
Event for executing a report. This sets the reportID or the messageID/stateID and the execution, result and display flags. Note that settings the maxWait value indirectly controls the async parameter If the value of maxWait is set to 0, it is considered asynchronous execution WebResultSetInstance.setAsync(boolean)

4001

EnumReportBeanEvents.REPORT_EVENT_EXECUTE

cubeID

Specifies the DSSID of the cube report

4225

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_CUBE_ID

dispFlags

SaveAs display flags.

4004

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DISPLAY_FLAGS

doNotUpdateCaches

4240

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DO_NOT_UPDATE_CACHES

duplicateMessage

Specifies whether to duplicate the message passed.

4171

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_EXECUTION_DUPLICATE_MESSAGE_ID

elementsPromptAnswers

Specifies an argument for the new prompt answer for WebElementsPrompt in document drilling.

4189

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_PLAIN_ELEMENT_PROMPT_ANSWER

execFlags

flags to be used while performing report execution.

4002

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_EXECUTION_FLAGS

graphHeight

height of the graph.

4080

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_HEIGHT

graphWidth

width of the graph.

4081

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_WIDTH

linkAnswers

4222

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_LINK_ANSWERS

maxWait

Specifies an argument for max wait in report execution.

4190

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_MAX_WAIT

msgID

String argument specifying the message ID of the report.

4117

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_EXECUTION_MESSAGE_ID

objectsPromptAnswers

Specifies an argument for the new prompt answer for WebObjectsPrompt in document drilling.

4221

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_PLAIN_OBJECT_PROMPT_ANSWER

originMessageID

Specifies an argument for the original report message id in document drilling.

4187

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_ORIGIN_MESSAGE_ID

promptAnswerMode

An integer prompt answer mode from EnumWebPromptAnswerMode

4232

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_PROMPT_ANSWER_MODE_OPTION

promptsAnswerXML

Specifies an argument for the original report's prompt answer XML in document drilling.

4188

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_ORIGIN_SHORT_ANSWER_XML

reportID

objectID -- argument using for browsing objects.

1001

EnumObjectBeanEvents.OBJECT_EVENT_ARGUMENT_OBJECT_ID

reportName

objectName

1004

EnumObjectBeanEvents.OBJECT_EVENT_ARGUMENT_OBJECT_NAME

reportSubtype

1005

EnumObjectBeanEvents.OBJECT_EVENT_ARGUMENT_OBJECT_SUBTYPE

reportViewMode

integer argument of EnumWebReportViewMode specifying the report view mode.

4115

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_VIEW_MODE

resultFlags

result flags.

4003

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_RESULT_FLAGS

saveFlags

save as flags.

4005

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SAVE_AS_FLAGS

srcAnswers

4234

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SRC_ANSWERS

stateID

state ID of the report.

4118

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_EXECUTION_STATE_ID

valuePromptAnswers

Specifies an argument for the new prompt answer for WebConstantPrompt in document drilling.

4220

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_PLAIN_VALUE_PROMPT_ANSWER

visMode

Visualization mode.

4231

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_VISUALIZATION_MODE

xdaID

Specifies the DSSID of the xda report

4219

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_XDA_ID

ReportPivotEvent
Event for performing pivot. The callers needs to specify the template unit for the origin and the destination. These can be specified using the axis and position.

4002

EnumReportBeanEvents.REPORT_EVENT_PIVOT

*dAxis

destination axis.

4008

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_AXIS

*dPos

destination position of the template unit.

4009

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_POSITION

*oAxis

origin axis.

4006

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

*oPos

origin position of the template unit.

4007

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

ReportRemoveMetricEvent
Removes a metric based on the specified key or position. If the key or position are not specified, then all the metrics are removed.

4035

EnumReportBeanEvents.REPORT_EVENT_REMOVE_METRIC

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

metricKey

key of a specific metric in the collection.

4010

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_KEY

oPos

starting position of the metric in the metrics collection.

4028

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_METRIC_ORIGIN_POSITION

ReportRemoveTemplateEvent
Event for removing a specific template unit from the report template. The template to be removed can be specified using either the key or the axis and position.

4003

EnumReportBeanEvents.REPORT_EVENT_REMOVE_TEMPLATE_UNIT

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

key

key of the template unit.

4030

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_KEY

oAxis

origin axis.

4006

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

origin position of the template unit.

4007

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

reportSaveAs
Event for saving a report back into metadata. This requires a name and a parrent folderID. The arguments that are supported are

4016

EnumReportBeanEvents.REPORT_EVENT_SAVE_AS

*parentFolderID

SaveAs parent folder.

4040

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SAVE_AS_PARENT_FOLDER_ID

*reportName

SaveAs report name.

4038

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SAVE_AS_NAME

outlineLevel

Specifies the outline level. A value of -1 means fully expanded, 0 means collapsed. Any positive number means to which column the report is expanded.

4173

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_OUTLINE_LEVEL

reportDescription

SaveAs report description.

4039

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SAVE_AS_DESCRIPTION

saveAsDisplayMode

SaveAs display flags.

4004

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DISPLAY_FLAGS

saveAsFlags

save as flags.

4005

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SAVE_AS_FLAGS

ReportSortEvent
Event for setting the sort object.Defines the sorts to be added.

4004

EnumReportBeanEvents.REPORT_EVENT_SORT

*sortKey

sort key. The format of the key is as follows: EnumReportBeanEvents.SORT_PARAM_TYPE=type<sep>EnumReportBeanEvents.SORT_PARAM_ID=id<sep>EnumReportBeanEvents.SORT_PARAM_FORM_ID=id<sep>EnumReportBeanEvents.SORT_PARAM_FORM_TYPE=type<sep>EnumReportBeanEvents.SORT_PARAM_ELEM_LIST<sep>EnumReportBeanEvents.SORT_PARAM_AXIS where <sep> is EnumReportBeanEvents.SORT_PARAM_SEPARATOR SORT_PARAM_ELEM_LIST is a list of elements separated by EnumReportBeanEvents.SORT_ELEM_LIST_SEPARATOR

4011

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SORT_KEY

_subtotalPos

argument indicating where the subtotals should be placed once the sorting is performed.

4138

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SORT_SUBTOTAL_POSITION

clearSorts

specifies whether the previous sorts should be cleared before adding the current ones.

4013

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SORT_CLEAR

sortOrder

order of the sort -- EnumReportBeanEvents.SORT_ORDER_ASCENDING/EnumReportBeanEvents.SORT_ORDER_DESCENDING. The default is EnumReportBeanEvents.SORT_ORDER_ASCENDING

4012

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SORT_ORDER

resetChangesEvent
Event for reseting the changes made on the report.

4029

EnumReportBeanEvents.REPORT_EVENT_RESET_CHANGES

resetState
resets the stateID

4048

EnumReportBeanEvents.REPORT_EVENT_RESET_STATE

resizeColumn
Event for resizing the an individual column width or all columns. This event supports sending a single column resize request. The request can be to resize an individual column or to resize all columns to the same width. In order to resize all columns, the EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_COLUMN_IDENTIFIER argument should be set to "allcolumns".

4054

EnumReportBeanEvents.REPORT_EVENT_RESIZE_COLUMN_WIDTH

*columnIdentifier

Argument specifying a column identifier. For a given column, its identifier can be obtained using WebColumn.getKey(). If the request to resize is for All Columns then the column identifier should be sent as the string AllColumns (case insensitive).

4159

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_COLUMN_IDENTIFIER

*newSize

Argument specifying the new column size for a column resize request.

4160

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_NEW_COLUMN_SIZE

gridWidth

Argument specifying the default grid width for a column scenario of type EnumDSSXMLWidthScenario.DssXmlWidthFixed

4156

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DEFAULT_GRID_WIDTH

headerWidth

Argument specifying the default header width for a column scenario of type EnumDSSXMLWidthScenario.DssXmlWidthFixed

4155

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DEFAULT_HEADER_WIDTH

resizeColumns
Event for resizing the column widths. This event supports sending multiple column resize requests.

4053

EnumReportBeanEvents.REPORT_EVENT_RESIZE_COLUMN_WIDTHS

*requests

Argument specifying the resize requests for column resizing. The resize requests should be be sequenced as an ordered list of requests (that will be processed in the order sent) seperated by underscores. Each request is further a colon seperated list of [1] column identifier and [2] new size. For a given column, its identifier can be obtained using WebColumn.getKey(). If the request to resize is for All Columns then the column identifier should be sent as the string AllColumns (case insensitive).

4158

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_RESIZE_REQUESTS

gridWidth

Argument specifying the default grid width for a column scenario of type EnumDSSXMLWidthScenario.DssXmlWidthFixed

4156

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DEFAULT_GRID_WIDTH

headerWidth

Argument specifying the default header width for a column scenario of type EnumDSSXMLWidthScenario.DssXmlWidthFixed

4155

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DEFAULT_HEADER_WIDTH

saveAssociatedSchedules
Specifies an event to save associated schedule.

4082

EnumReportBeanEvents.REPORT_EVENT_SAVE_ASSOCIATED_SCHEDULES

*nonSchedulable

4238

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_NON_SCHEDULABLE

scheduleList

4239

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SCHEDULE_LIST

saveAssociatedUsers
Specifies an event to save associated users

4083

EnumReportBeanEvents.REPORT_EVENT_SAVE_ASSOCIATED_USERS

*allowUsersSubscribe

allow users to subcribe a subscripiton 1 means allow, 0 means deny

4241

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_ALLOW_USER_SUBSCRIBE

userList

the associated user list for a subscription, this is a String including multiple user's name, user's id and user's ACL for example 54F3D26011D2896560009A8E67019608~199~Administrator E96A7B6911D4BBCE10004694316DE8A4~199~Barbara Aoter

4242

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_USER_LIST

saveEmailSubscriptionEvent
Event for saving an e-mail subscription. The caller has to specify a valid address and triggerID. The event assumes that the report is in a ready state

4044

EnumReportBeanEvents.REPORT_EVENT_SAVE_SUBSCRIPTION

*triggerID

String argument indicating the trigger to be used.

4127

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TRIGGER_ID

addressID

String argument indicating the address ID.

4129

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_ADDRESS_ID

addressValues

String argument indicating the physical addresses to be used for subscription.

4130

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_ADDRESS_VALUES

cmsg

Message to be saved along with the email subscription

4150

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_CUSTOM_MESSAGE

deviceID

String argument indicating the deviceID.

4131

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_DEVICE_ID

emailSubject

String argument indicating the email subject to be used for subscription.

4132

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_EMAIL_SUBJECT

fModeExAll

Denotes whether the only the current page (value of "0"), or all pages is applied to the subscription (value of "1").

4194

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_CONTENT_FORMAT_MODE_ALL_PAGES

fModeSep

Denotes whether multiple pages should be separated (value of "1") on different worksheets - currently only applicable to Excel exports.

4208

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_CONTENT_FORMAT_MODE_SEPARATED_PAGES

fstate

The serialized state of the delivery format

4151

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_FORMAT_STATE

locKey

location key for scheduled file and print export

4180

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_LOCATION_KEY

sendNow

String argument indicating sendnow property for subscription.

4133

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_SEND_NOW

zip

Indicates whether the format should be zipped

4152

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_ZIP_CONTENTS

saveFileSubscriptionEvent
Specifies an event to save subscription to a file.

4070

EnumReportBeanEvents.REPORT_EVENT_SAVE_FILE_SUBSCRIPTION

*triggerID

String argument indicating the trigger to be used.

4127

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TRIGGER_ID

addressValues

String argument indicating the physical addresses to be used for subscription.

4130

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_ADDRESS_VALUES

cmsg

Message to be saved along with the email subscription

4150

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_CUSTOM_MESSAGE

fileName

file name for scheduled file export

4181

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_FILE_NAME

fModeExAll

Denotes whether the only the current page (value of "0"), or all pages is applied to the subscription (value of "1").

4194

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_CONTENT_FORMAT_MODE_ALL_PAGES

fModeSep

Denotes whether multiple pages should be separated (value of "1") on different worksheets - currently only applicable to Excel exports.

4208

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_CONTENT_FORMAT_MODE_SEPARATED_PAGES

fstate

The serialized state of the delivery format

4151

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_FORMAT_STATE

locKey

location key for scheduled file and print export

4180

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_LOCATION_KEY

notifyAddressID

Subscription notification is sent to this existing address.

4176

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_NOTIFICATION_ADDRESS_ID

notifyAddressValue

Subscription notification is sent to this new address. If this is supplied, it takes precedence over EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_NOTIFICATION_ADDRESS_ID.

4177

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_NOTIFICATION_ADDRESS_VALUE

notifyDeviceID

Specifies an event argument for subscription notification device id.

4178

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_NOTIFICATION_DEVICE_ID

sendNow

String argument indicating sendnow property for subscription.

4133

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_SEND_NOW

zip

Indicates whether the format should be zipped

4152

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_ZIP_CONTENTS

saveGraphAxisProperties
Event for saving the graph axis properties.

4027

EnumReportBeanEvents.REPORT_EVENT_SAVE_GRAPH_AXIS_PROPERTIES

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

scaleX

scale of the X axis.

4104

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_SCALEX

scaleY1

scale of the Y1 axis.

4105

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_SCALEY1

scaleY2

scale of the Y2 axis.

4106

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_SCALEY2

scaleZ

scale of the Z axis.

4107

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_SCALEZ

show2DOLabel

specifies whether to show the 2DO Label.

4092

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_SHOW2DOLABEL

show2DXValue

specifies whether to show the 2DX value.

4093

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_SHOW2DXVALUE

show2DY1Value

specifies whether to show the 2DY1 value.

4094

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_SHOW2DY1VALUE

show2DY2Value

specifies whether to show the 2DY2 value.

4095

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_SHOW2DY2VALUE

show3DCHeader

specifies whether to show the 3DC header.

4096

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_SHOW3DCHEADER

show3DLNumber

specifies whether to show the 3DL number.

4097

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_SHOW3DLNUMBER

show3DRHeader

specifies whether to show the 3DR header.

4099

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_SHOW3DRHEADER

show3DRNumber

specifies whether to show the 3DR number.

4098

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_SHOW3DRNUMBER

stepX

step of the X axis.

4100

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_STEPX

stepY1

step of the Y1 axis.

4101

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_STEPY1

stepY2

step of the Y2 axis.

4102

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_STEPY2

stepZ

step of the Z axis.

4103

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_STEPZ

saveGraphProperties
Event for saving the graph properties.

4025

EnumReportBeanEvents.REPORT_EVENT_SAVE_GRAPH_PROPERTIES

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

autosizeH

Specifies an argument for auto size horizontally.

4191

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_AUTOSIZE_HORIZONTAL

autosizeV

Specifies an argument for auto size vertically.

4192

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_AUTOSIZE_VERTICAL

enableTotals

Specifies an argument for enabling totals.

4198

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_ENABLE_TOTALS

height

height of the graph.

4080

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_HEIGHT

majorType

major type of the graph.

4082

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_MAJORTYPE

minorType

minor type of the graph.

4083

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_MINORTYPE

seriesByColumns

Specifies an argument for graph series.

4197

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SERIES_BY_COLUMNS

width

width of the graph.

4081

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_WIDTH

saveGraphTextProperties
Event for saving the graph text properties.

4026

EnumReportBeanEvents.REPORT_EVENT_SAVE_GRAPH_TEXT_PROPERTIES

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

attributeID

specifies an attribute in the graph.

4202

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_ATTRIBUTEID

content

content of the graph object.

4091

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_CONTENT

fillColor

Specifies the fill color in the graph

4211

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_FILL_COLOR

fontAlign

font align property of the graph object.

4086

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_FONT_ALIGN

fontColor

font color property of the graph object.

4087

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_FONT_COLOR

fontName

font name property of the graph object.

4088

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_FONT_NAME

fontSize

font size property of the graph object.

4090

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_FONT_SIZE

fontStyle

font style property of the graph object.

4089

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_FONT_STYLE

lineColor

Specifies the line color in the graph

4210

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_LINE_COLOR

objectID

specifies an object in the graph.

4085

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_OBJECTID

propValue

specifies a graph property value.

4203

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_VALUE

seriesID

specifies a series in the graph.

4209

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_SERIESID

show

show property of the graph object.

4084

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPHPROPS_SHOW

saveGridAlignmentProperties
Event for saving the grid alignment properties.

4021

EnumReportBeanEvents.REPORT_EVENT_SAVE_GRID_ALIGNMENT_PROPERTIES

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

gridLevel

level of the grid unit when saving the grid properties. The possible values are:
1 - Grid
2 - Header
3 - Subtotal grid
4 - Subtotal header

4109

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_LEVEL

gridUnit

unit of the grid. The possible values are:
1 - Template Unit
2 - Template Metric
3 - Rows
4 - Cols

4108

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_UNIT

horizontal

specifies horizontal alignment.

4056

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_ALIGNMENT_HORIZONTAL

oAxis

origin axis.

4006

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

origin position of the template unit.

4007

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

styleName

String argument specifying the name of the style to apply.

4126

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_STYLE_NAME

textWrap

specifies text wrap.

4058

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_ALIGNMENT_WRAP

vertical

specifies vertical alignment.

4057

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_ALIGNMENT_VERTICAL

saveGridBandingProperties
Event for saving the grid banding properties.

4024

EnumReportBeanEvents.REPORT_EVENT_SAVE_GRID_BANDING_PROPERTIES

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

colorGroup1

banding color of group 1.

4078

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BANDING_COLOR_GROUP1

colorGroup2

banding color of group 2.

4079

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BANDING_COLOR_GROUP2

enabled

boolean property to specify, if the event should do a check for user autostyle preference and apply if there's one.

4074

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_INCLUDE_USER_STYLE

gridLevel

level of the grid unit when saving the grid properties. The possible values are:
1 - Grid
2 - Header
3 - Subtotal grid
4 - Subtotal header

4109

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_LEVEL

gridUnit

unit of the grid. The possible values are:
1 - Template Unit
2 - Template Metric
3 - Rows
4 - Cols

4108

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_UNIT

group1

banding group 1.

4076

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BANDING_GROUP1

group2

banding group 2.

4077

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BANDING_GROUP2

oAxis

origin axis.

4006

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

origin position of the template unit.

4007

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

rowsColumns

specifies whether banding is on rows or columns.

4075

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BANDING_ROWSCOLS

styleName

String argument specifying the name of the style to apply.

4126

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_STYLE_NAME

saveGridBorderProperties
Event for saving the grid border properties.

4022

EnumReportBeanEvents.REPORT_EVENT_SAVE_GRID_BORDER_PROPERTIES

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

bottomColor

bottom border color.

4069

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BORDER_BOTTOM_COLOR

bottomStyle

bottom border style.

4063

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BORDER_BOTTOM_STYLE

gridLevel

level of the grid unit when saving the grid properties. The possible values are:
1 - Grid
2 - Header
3 - Subtotal grid
4 - Subtotal header

4109

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_LEVEL

gridUnit

unit of the grid. The possible values are:
1 - Template Unit
2 - Template Metric
3 - Rows
4 - Cols

4108

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_UNIT

hInsideColor

horizontal inside border color.

4065

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BORDER_HINSIDE_COLOR

hInsideStyle

horizontal inside border style.

4059

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BORDER_HINSIDE_STYLE

leftColor

left border color.

4068

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BORDER_LEFT_COLOR

leftStyle

left border style.

4062

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BORDER_LEFT_STYLE

oAxis

origin axis.

4006

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

origin position of the template unit.

4007

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

rightColor

right border color.

4070

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BORDER_RIGHT_COLOR

rightStyle

right border style.

4064

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BORDER_RIGHT_STYLE

styleName

String argument specifying the name of the style to apply.

4126

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_STYLE_NAME

topColor

top border color.

4067

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BORDER_TOP_COLOR

topStyle

top border style.

4061

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BORDER_TOP_STYLE

vInsideColor

vertical inside border color.

4066

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BORDER_VINSIDE_COLOR

vInsideStyle

vertical inside border style.

4060

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_BORDER_VINSIDE_STYLE

saveGridFontPropertiesEvent
Event for saving the grid font properties.

4018

EnumReportBeanEvents.REPORT_EVENT_SAVE_GRID_FONT_PROPERTIES

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

fontBold

specifies whether the font is bold.

4043

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_FONT_BOLD

fontColor

color of the font.

4048

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_FONT_COLOR

fontItalic

specifies whether the font is italic.

4044

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_FONT_ITALIC

fontName

name of the font.

4042

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_FONT_NAME

fontScript

script of the font.

4049

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_FONT_SCRIPT

fontSize

size of the font.

4045

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_FONT_SIZE

fontStrikeout

specifies whether the font is strikedout.

4046

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_FONT_STRIKEOUT

fontUnderline

specifies whether the font is underlined.

4047

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_FONT_UNDERLINE

gridLevel

level of the grid unit when saving the grid properties. The possible values are:
1 - Grid
2 - Header
3 - Subtotal grid
4 - Subtotal header

4109

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_LEVEL

gridUnit

unit of the grid. The possible values are:
1 - Template Unit
2 - Template Metric
3 - Rows
4 - Cols

4108

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_UNIT

oAxis

origin axis.

4006

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

origin position of the template unit.

4007

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

styleName

String argument specifying the name of the style to apply.

4126

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_STYLE_NAME

saveGridNumberPropertiesEvent
Event for saving the grid number properties. The possible arguments are:

4020

EnumReportBeanEvents.REPORT_EVENT_SAVE_GRID_NUMBER_PROPERTIES

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

category

number category.

4050

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_NUM_CATEGORY

currencyPosition

currency position.

4054

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_NUM_CURRENCY_POS

currencySymbol

currency symbol.

4053

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_NUM_CURRENCY_SYMBOL

decimalPlaces

decimal places of the number.

4051

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_NUM_DECIMAL_PLACES

format

number format.

4055

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_NUM_FORMAT

gridLevel

level of the grid unit when saving the grid properties. The possible values are:
1 - Grid
2 - Header
3 - Subtotal grid
4 - Subtotal header

4109

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_LEVEL

gridUnit

unit of the grid. The possible values are:
1 - Template Unit
2 - Template Metric
3 - Rows
4 - Cols

4108

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_UNIT

negativeNumbers

currency position.

4111

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_NUM_NEGATIVE_NUMS

oAxis

origin axis.

4006

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

origin position of the template unit.

4007

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

styleName

String argument specifying the name of the style to apply.

4126

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_STYLE_NAME

thousandSeparator

thousand separator.

4052

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_NUM_THOUSAND_SEP

saveGridPatternProperties
Event for saving the grid pattern properties.

4023

EnumReportBeanEvents.REPORT_EVENT_SAVE_GRID_PATTERN_PROPERTIES

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

fillColor

pattern fill color.

4071

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_PATTERN_FILL_COLOR

gridLevel

level of the grid unit when saving the grid properties. The possible values are:
1 - Grid
2 - Header
3 - Subtotal grid
4 - Subtotal header

4109

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_LEVEL

gridUnit

unit of the grid. The possible values are:
1 - Template Unit
2 - Template Metric
3 - Rows
4 - Cols

4108

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_UNIT

oAxis

origin axis.

4006

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

origin position of the template unit.

4007

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

patternColor

pattern color.

4072

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_PATTERN_COLOR

patternStyle

pattern style.

4073

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRIDPROPS_PATTERN_STYLE

styleName

String argument specifying the name of the style to apply.

4126

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_STYLE_NAME

savePrintSubscriptionEvent
Specifies an event to print subscription.

4071

EnumReportBeanEvents.REPORT_EVENT_SAVE_PRINT_SUBSCRIPTION

*triggerID

String argument indicating the trigger to be used.

4127

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TRIGGER_ID

addressValues

String argument indicating the physical addresses to be used for subscription.

4130

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_ADDRESS_VALUES

cmsg

Message to be saved along with the email subscription

4150

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_CUSTOM_MESSAGE

copies

Specifies an argument for the number of copies.

4182

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_COPIES

fModeExAll

Denotes whether the only the current page (value of "0"), or all pages is applied to the subscription (value of "1").

4194

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_CONTENT_FORMAT_MODE_ALL_PAGES

fModeSep

Denotes whether multiple pages should be separated (value of "1") on different worksheets - currently only applicable to Excel exports.

4208

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_CONTENT_FORMAT_MODE_SEPARATED_PAGES

fstate

The serialized state of the delivery format

4151

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_FORMAT_STATE

isCollated

Specifies an argument indicating whether it is collated in printer.

4184

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_IS_COLLATED

isPortrait

Specifies an argument indicating whether it is a portait in printer.

4183

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_IS_PORTRAIT

locKey

location key for scheduled file and print export

4180

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_LOCATION_KEY

notifyAddressID

Subscription notification is sent to this existing address.

4176

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_NOTIFICATION_ADDRESS_ID

notifyAddressValue

Subscription notification is sent to this new address. If this is supplied, it takes precedence over EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_NOTIFICATION_ADDRESS_ID.

4177

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_NOTIFICATION_ADDRESS_VALUE

notifyDeviceID

Specifies an event argument for subscription notification device id.

4178

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_NOTIFICATION_DEVICE_ID

printAll

Specifies an event argument for subscription print all.

4179

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_PRINT_ALL

rangeEnd

Specifies an argument for range end in printing.

4186

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_RANGE_END

rangeStart

Specifies an argument for range start in printing.

4185

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_RANGE_START

sendNow

String argument indicating sendnow property for subscription.

4133

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SUBSCRIPTION_SEND_NOW

saveScheduleEvent
Event for saving a web schedule. The caller has to specify a valid triggerID By default the EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SCHEDULE_OVERWRITE argument is set to 0 and the EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SCHEDULE_REUSE_MESSAGE argument is set to 0

4043

EnumReportBeanEvents.REPORT_EVENT_SAVE_SCHEDULE

*triggerID

String argument indicating the trigger to be used.

4127

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_TRIGGER_ID

mobile

5120016

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_MOBILE

overWrite

Argument specifying whether to overwrite an existing schedule during schedule. A value of 1 indicates that it should be overwritten.

4148

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SCHEDULE_OVERWRITE

reuseMsg

integer argument indicating whether the message should be reused while scheduling
1 indicates that it should be reused.

4128

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SCHEDULE_REUSE_MESSAGE

saveToInbox
Event for saving the report to Inbox.

4030

EnumReportBeanEvents.REPORT_EVENT_SAVE_TO_INBOX

setColumnScenario
Event for setting the column scenario. If the scenario is set to EnumDSSXMLWidthScenario.DssXmlWidthFixed, default grid and header widths should be specified too.

4055

EnumReportBeanEvents.REPORT_EVENT_SET_COLUMN_SCENARIO

*columnScenario

Argument specifying the column scenario to be set. Possible values are listed in EnumDSSXMLWidthScenario

4153

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_COLUMN_SCENARIO

clearAllWidths

Argument specifying whether to clear all the widths before setting a column scenario to EnumDSSXMLWidthScenario.DssXmlWidthFixed

4161

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_CLEAR_ALL_WIDTHS

gridWidth

Argument specifying the default grid width for a column scenario of type EnumDSSXMLWidthScenario.DssXmlWidthFixed

4156

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DEFAULT_GRID_WIDTH

headerWidth

Argument specifying the default header width for a column scenario of type EnumDSSXMLWidthScenario.DssXmlWidthFixed

4155

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DEFAULT_HEADER_WIDTH

setCubeMapping
Specifies an event to set the cube mapping.

4080

EnumReportBeanEvents.REPORT_EVENT_SET_CUBE_MAPPING

cubeMapping

Cube mapping.

4233

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_CUBE_MAPPING

setPageByElement
Event for setting the current element in the page by axis.

4008

EnumReportBeanEvents.REPORT_EVENT_SET_PAGE_BY_ELEMENT

*pageByKey

key for setting the page-by element. The format of the key is a list of one or more position + elementID pairs: positionEnumReportBeanEvents.PAGE_BY_KEY_SEPARATORelementID (EnumReportBeanEvents.PAGE_BY_KEY_SEPARATORpositionEnumReportBeanEvents.PAGE_BY_KEY_SEPARATORelementID)*

4017

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_PAGE_BY_KEY

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

elemStat

Argument indicating the status of the selected element. This is a value from EnumDSSXMLCurrentElementStatus.

4144

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_CURRENT_ELEMENT_STATUS

setReportPageInfo
Sets the report page info on the Report Bean. It also saves the resulting window properties to IServer, if specified.

4049

EnumReportBeanEvents.REPORT_EVENT_SET_REPORT_PAGE_INFO

*columnsPerPage

argument indicating the columns per page desired for a report page info

4140

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_REPORT_PAGE_INFO_COLUMNS_PER_PAGE

*pageInfoType

argument indicating the type of report page info. Absolute or Relative. Possible values are listed in EnumReportPageType

4139

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_REPORT_PAGE_INFO_TYPE

*rowsPerPage

Argument indicating the rows per page desired for a report page info

4141

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_REPORT_PAGE_INFO_ROWS_PER_PAGE

saveProperties

During setting report page info, if this argument is set to true, the resulting window properties are saved on IServer.

4149

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_REPORT_PAGE_INFO_SAVE_PROPERTIES

xPos

Argument indicating the X Position of the desired page on a report

4142

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_REPORT_PAGE_INFO_XPOS

yPos

Argument indicating the Y Position of the desired page on a report

4143

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_REPORT_PAGE_INFO_YPOS

setReportProps
Event for setting values for specific properties The argument needed for this event is EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SET_PROPERTY_VALUE

4052

EnumReportBeanEvents.REPORT_EVENT_SET_PROPERTY_VALUES

*propStr

Argument specifying the propertySet, the property name and the desired property value that needs to be set. The format of the argument is ReportObjectType|sep|PropertySetName|sep|PropertyName|sep|PropertyValue Where ReportObjectType is one value from the enumeration EnumDSSXMLReportObjects and |sep| is a separator, the constant for which is EnumReportBeanEvents.REPORT_PROPERTY_LIST_SEPARATOR

4146

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SET_PROPERTY_VALUE

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

styleName

String argument specifying the name of the style to apply.

4126

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_STYLE_NAME

setResultSettings
Specifies an event to set the report result settings.

4079

EnumReportBeanEvents.REPORT_EVENT_SET_RESULT_SETTINGS

ondemandDrillMinimalXML

4230

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_ONDEMAND_DRILL_MINIMAL_XML

resultFlags

result flags.

4003

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_RESULT_FLAGS

setResultWindow
Event for setting the limits of the result window. The grid/graph start/max rows/columns can be set

4009

EnumReportBeanEvents.REPORT_EVENT_SET_RESULT_WINDOW

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

graphMaxCols

max number of columns for the grid.

4025

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPH_MAX_COLUMNS

graphMaxRows

max number of rows for the grid.

4024

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPH_MAX_ROWS

graphStartCol

start column of the grid.

4023

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPH_START_COLUMN

graphStartRow

start row of the grid.

4022

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRAPH_START_ROW

gridMaxCols

max number of columns for the grid.

4021

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRID_MAX_COLUMNS

gridMaxRows

max number of rows for the grid.

4020

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRID_MAX_ROWS

gridStartCol

start column of the grid.

4019

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRID_START_COLUMN

gridStartRow

start row of the grid.

4018

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_GRID_START_ROW

setRowScenario
Event for setting the row scenario. If the row scenario is set to EnumDSSXMLWidthScenario.DssXmlWidthFixed, row height should be specified too.

4056

EnumReportBeanEvents.REPORT_EVENT_SET_ROW_SCENARIO

*rowScenario

Argument specifying the row scenario to be set. Possible values are EnumDSSXMLWidthScenario.DssXmlWidthFitToContent and EnumDSSXMLWidthScenario.DssXmlWidthFixed

4154

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_ROW_SCENARIO

rowHeight

Argument specifying the row height for a row scenario of type EnumDSSXMLWidthScenario.DssXmlWidthFitToContent

4157

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_ROW_HEIGHT

setViewMediaSettings
Event for changing the view media settings

4078

EnumReportBeanEvents.REPORT_EVENT_SET_VIEW_MEDIA_SETTINGS

*availableModes

4228

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_AVAILABLE_VIEW_MODES

*defaultMode

4229

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_DEFAULT_VIEW_MODE

addViewMode

An integer that represents the view modes to add to the available view media property

4243

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_ADD_AVAILABLE_VIEW_MODES

removeViewMode

An integer that represents the view modes to remove from the available view media property

4244

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_REMOVE_AVAILABLE_VIEW_MODES

showBandingEvent
Event for showing or hiding the banding.

4041

EnumReportBeanEvents.REPORT_EVENT_SHOW_BANDING

showBanding

boolean argument indicating whether banding should be shown. a value of EnumReportBeanEvents.HIDE_BANDING indicates that banding should be hidden. otherwise it is shown

4125

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SHOW_BANDING

styleName

String argument specifying the name of the style to apply.

4126

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_STYLE_NAME

showOutlineMode
Sets the flag that specifies whether the report should be displayed as outline mode or not.

4034

EnumReportBeanEvents.REPORT_EVENT_SHOW_OUTLINE_MODE

outlineMode

String argument specifying whether the report should be displayed in outline mode. possible values are: EnumReportBeanEvents.HIDE_OUTLINE_MODE EnumReportBeanEvents.SHOW_OUTLINE_MODE

4121

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_OUTLINE_MODE

showSubtotals
Sets the flag that shows subtotals on the template.

4032

EnumReportBeanEvents.REPORT_EVENT_SHOW_SUBTOTALS

show

boolean argument indicating whether subtotals should be shown. possible values are: EnumReportBeanEvents.SHOW_SUB_TOTALS EnumReportBeanEvents.HIDE_SUB_TOTALS

4116

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_SHOW_SUBTOTALS

thresholdDisplay
Event for enabling/disabling the thresholds correponding to metrics.

4066

EnumReportBeanEvents.REPORT_EVENT_SET_THRESHOLDS_DISPLAY

*enable

Specifies an argument for enabling display of threshold.

4193

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_ENABLE_THRESHOLD_DISPLAY

applyNow

specifies if the user wants to apply the changes by contacting the server. The allowed values are "true" or "false". The default value if "true"

4110

EnumReportBeanEvents.REPORT_EVENT_ARGUMENT_APPLY_NOW

undo
Event for undo current report to previous state.

4065

EnumReportBeanEvents.REPORT_EVENT_UNDO

unsetDatamart
This event would convert a report to datamart. The possible parameters that can be sent in are:

4073

EnumReportBeanEvents.REPORT_EVENT_UNSET_DATAMART


Notes

* denotes required field.