Supported Bean: GridFormatEditorBean
Event handler: com.microstrategy.web.app.beans.EnumSysBeanTypes.AppBeanGridFormatEditor (29)
Events
apply | ||||
Event to execute the main action of the ReportEditor |
17003 | |||
cancel | ||||
Equivalent to close. |
17005 | |||
changeNumCategory | ||||
Identifier for the event that allows users to change the number category to be applied on the selected target object. On the default event handler, changing the number category does not actually apply the change on the target object, but just allows to show specific settings for this formatting. The changes will get applied once the user selects the Apply or OK buttons. |
29006 | |||
*numCatPrefix | Identifier for the argument that indicates the prefix to use for identifying the number category selected.
This argument is used for prefixing the different possible values of the number
category format that can be selected by the user for the current target. Usage: To this prefix, the value of the number category to use will be appended. These values are defined on the EnumGridFormatNumberCategory enumeration, such as
EnumGridFormatNumberCategory.GridFormatNumberCategoryGeneral ,
EnumGridFormatNumberCategory.GridFormatNumberCategoryCurrency , etc. |
29032 |
EnumGridFormatEditorEvents.WebEventArgumentNumberCategoryPrefix |
|
axisPos | Identifier for the argument that includes the location of the target object to format.
Usage: The possible values for this argument include strings that specify the axis and position location of the object to be formatted, separated by comma: axis,position .Valid values for the axis section of the value include those defined on the EnumDSSXMLAxisName
enumeration, such as EnumDSSXMLAxisName.DssXmlAxisNameRows , so an argument value defined as
1,2 represents the second element on the rows axis.If the second element of the string (representing position) is zero, then the axis value indicates which full axis will be formatted, for example, 1,0 represents the row axis.If the second element of the string is a -1 the code represents a metric, and its position
on the array of metrics is indicated on the first element of the value, for example 1,-1 represents
the second metric on the grid.If the second element of the string has as value GridWebFormatHelper.LOCAL_TARGET_ALL_METRICS or
GridWebFormatHelper.LOCAL_TARGET_ALL_REPORT then this indicates the formatting object that will be
modified. |
29002 | ||
level | Identifier of the argument that indicates at which level the target object will be modified.
Usage: Possible values for this argument include those defined on the EnumWebFormatType enumeration, such as
EnumWebFormatType.WebFormatTypeHeader , EnumWebFormatType.WebFormatTypeGrid , etc. EnumWebFormatType.WebFormatTypeSubtotalGrid and EnumWebFormatType.WebFormatTypeSubtotalHeader
do not apply when modifying metrics. |
29003 | ||
changeTarget | ||||
Identifier for the event that allows users to change the target object to be formatted. |
29002 | |||
*axisPos | Identifier for the argument that includes the location of the target object to format.
Usage: The possible values for this argument include strings that specify the axis and position location of the object to be formatted, separated by comma: axis,position .Valid values for the axis section of the value include those defined on the EnumDSSXMLAxisName
enumeration, such as EnumDSSXMLAxisName.DssXmlAxisNameRows , so an argument value defined as
1,2 represents the second element on the rows axis.If the second element of the string (representing position) is zero, then the axis value indicates which full axis will be formatted, for example, 1,0 represents the row axis.If the second element of the string is a -1 the code represents a metric, and its position
on the array of metrics is indicated on the first element of the value, for example 1,-1 represents
the second metric on the grid.If the second element of the string has as value GridWebFormatHelper.LOCAL_TARGET_ALL_METRICS or
GridWebFormatHelper.LOCAL_TARGET_ALL_REPORT then this indicates the formatting object that will be
modified. |
29002 | ||
level | Identifier of the argument that indicates at which level the target object will be modified.
Usage: Possible values for this argument include those defined on the EnumWebFormatType enumeration, such as
EnumWebFormatType.WebFormatTypeHeader , EnumWebFormatType.WebFormatTypeGrid , etc. EnumWebFormatType.WebFormatTypeSubtotalGrid and EnumWebFormatType.WebFormatTypeSubtotalHeader
do not apply when modifying metrics. |
29003 | ||
closeEditor | ||||
Event to close the ReportEditor |
17002 | |||
ok | ||||
Event corresponding to apply and close. |
17004 | |||
openEditor | ||||
Event to open the ReportEditor |
17001 | |||
processBorderTab | ||||
Identifier for the event that allows users to submit the indicated changes on the Border properties tab of the editor. |
29005 |
EnumGridFormatEditorEvents.WebEventProcessBorderTabProperties |
||
*axisPos | Identifier for the argument that includes the location of the target object to format.
Usage: The possible values for this argument include strings that specify the axis and position location of the object to be formatted, separated by comma: axis,position .Valid values for the axis section of the value include those defined on the EnumDSSXMLAxisName
enumeration, such as EnumDSSXMLAxisName.DssXmlAxisNameRows , so an argument value defined as
1,2 represents the second element on the rows axis.If the second element of the string (representing position) is zero, then the axis value indicates which full axis will be formatted, for example, 1,0 represents the row axis.If the second element of the string is a -1 the code represents a metric, and its position
on the array of metrics is indicated on the first element of the value, for example 1,-1 represents
the second metric on the grid.If the second element of the string has as value GridWebFormatHelper.LOCAL_TARGET_ALL_METRICS or
GridWebFormatHelper.LOCAL_TARGET_ALL_REPORT then this indicates the formatting object that will be
modified. |
29002 | ||
aColor |
29030 | |||
apply | Identifier for the argument that indicates the user has requested to apply the changes and leave the editor opened. |
29039 | ||
aStyle | Identifier for the argument that indicates the format style to use for all the borders of the target object.
Usage: This argument is used if GridFormatEditorBean.BORDER_LEVEL_ALL formatting is
specified as the value of EnumGridFormatEditorEvents.WebEventArgumentBorderLevel .
The list of possible values that can be shown is included and read from the
WEB-INF/xml/BorderStyles.xml configuration file. The value to assign to this argument can
be any of the values specified for the key attribute. |
29029 | ||
bColor | Identifier for the argument that indicates the color to use for the bottom border of the target object.
Usage: This argument is used if GridFormatEditorBean.BORDER_LEVEL_CUSTOM formatting is
specified as the value of EnumGridFormatEditorEvents.WebEventArgumentBorderLevel .
The list of possible values that can be used is included and read from the
WEB-INF/xml/config/fillColorPicker.xml configuration file. The value to assign to this argument can
be any valid color code (with the #RRGGBB format still, for its proper display on the options combo
box, it is required that the value comes from of the XML file, specified by the key attributes. |
29027 | ||
bLevel | Identifier for the argument that indicates the level of border customization the user has selected to apply.
Usage: The user can specify formatting at different levels: GridFormatEditorBean.BORDER_LEVEL_NONE - means no border will be displayed if the formatting is applied.GridFormatEditorBean.BORDER_LEVEL_ALL - means the user can select one style and one color
to apply to all the sides of the cells.GridFormatEditorBean.BORDER_LEVEL_CUSTOM - means the user can select different colors and styles for
each one of the sides of the cells.GridFormatEditorBean.BORDER_LEVEL_DEFAULT - means no change will be done on the current formatting. |
29028 | ||
bStyle | Identifier for the argument that indicates the format style to use for the bottom border of the target object.
Usage: This argument is used if GridFormatEditorBean.BORDER_LEVEL_CUSTOM formatting is
specified as the value of EnumGridFormatEditorEvents.WebEventArgumentBorderLevel .
The list of possible values that can be shown is included and read from the
WEB-INF/xml/BorderStyles.xml configuration file. The value to assign to this argument can
be any of the values specified for the key attribute. |
29026 | ||
close | Identifier for the argument that indicates the user has requested to close the editor without applying the changes. |
29041 | ||
hiColor | Identifier for the argument that indicates the horizontal inside border color to apply.
Usage: This argument is not currently being applied on the grid. |
29017 |
EnumGridFormatEditorEvents.WebEventArgumentHorizontalInsideColor |
|
hiStyle | Identifier for the argument that indicates the horizontal inside border style to apply.
Usage: This argument is not currently being applied on the grid. |
29016 |
EnumGridFormatEditorEvents.WebEventArgumentHorizontalInsideStyle |
|
lColor | Identifier for the argument that indicates the color to use for the left border of the target object.
Usage: This argument is used if GridFormatEditorBean.BORDER_LEVEL_CUSTOM formatting is
specified as the value of EnumGridFormatEditorEvents.WebEventArgumentBorderLevel .
The list of possible values that can be used is included and read from the
WEB-INF/xml/config/fillColorPicker.xml configuration file. The value to assign to this argument can
be any valid color code (with the #RRGGBB format still, for its proper display on the options combo
box, it is required that the value comes from of the XML file, specified by the key attributes. |
29023 | ||
level | Identifier of the argument that indicates at which level the target object will be modified.
Usage: Possible values for this argument include those defined on the EnumWebFormatType enumeration, such as
EnumWebFormatType.WebFormatTypeHeader , EnumWebFormatType.WebFormatTypeGrid , etc. EnumWebFormatType.WebFormatTypeSubtotalGrid and EnumWebFormatType.WebFormatTypeSubtotalHeader
do not apply when modifying metrics. |
29003 | ||
lStyle | Identifier for the argument that indicates the format style to use for the left border of the target object.
Usage: This argument is used if GridFormatEditorBean.BORDER_LEVEL_CUSTOM formatting is
specified as the value of EnumGridFormatEditorEvents.WebEventArgumentBorderLevel .
The list of possible values that can be shown is included and read from the
WEB-INF/xml/BorderStyles.xml configuration file. The value to assign to this argument can
be any of the values specified for the key attribute. |
29022 | ||
ok | Identifier for the argument that indicates the user has requested to apply the changes and close the editor. |
29040 |
EnumGridFormatEditorEvents.WebEventArgumentApplyAndCloseGridEditor |
|
oldStyle | Identifier for the argument that includes the name of the Old Style formatting used on the report.
Usage: This argument is required if the report that is being formatted belongs to an older version. It is needed because otherwise the original formatting used for viewing the grid will be lost when a new format is applied to the report. |
29043 | ||
rColor | Identifier for the argument that indicates the color to use for the right border of the target object.
Usage: This argument is used if GridFormatEditorBean.BORDER_LEVEL_CUSTOM formatting is
specified as the value of EnumGridFormatEditorEvents.WebEventArgumentBorderLevel .
The list of possible values that can be used is included and read from the
WEB-INF/xml/config/fillColorPicker.xml configuration file. The value to assign to this argument can
be any valid color code (with the #RRGGBB format still, for its proper display on the options combo
box, it is required that the value comes from of the XML file, specified by the key attributes. |
29025 | ||
rStyle | Identifier for the argument that indicates the format style to use for the right border of the target object.
Usage: This argument is used if GridFormatEditorBean.BORDER_LEVEL_CUSTOM formatting is
specified as the value of EnumGridFormatEditorEvents.WebEventArgumentBorderLevel .
The list of possible values that can be shown is included and read from the
WEB-INF/xml/BorderStyles.xml configuration file. The value to assign to this argument can
be any of the values specified for the key attribute. |
29024 | ||
tColor | Identifier for the argument that indicates the color to use for the top border of the target object.
Usage: This argument is used if GridFormatEditorBean.BORDER_LEVEL_CUSTOM formatting is
specified as the value of EnumGridFormatEditorEvents.WebEventArgumentBorderLevel .
The list of possible values that can be used is included and read from the
WEB-INF/xml/config/fillColorPicker.xml configuration file. The value to assign to this argument can
be any valid color code (with the #RRGGBB format still, for its proper display on the options combo
box, it is required that the value comes from of the XML file, specified by the key attributes. |
29021 | ||
tStyle | Identifier for the argument that indicates the format style to use for the top border of the target object.
Usage: This argument is used if GridFormatEditorBean.BORDER_LEVEL_CUSTOM formatting is
specified as the value of EnumGridFormatEditorEvents.WebEventArgumentBorderLevel .
The list of possible values that can be shown is included and read from the
WEB-INF/xml/BorderStyles.xml configuration file. The value to assign to this argument can
be any of the values specified for the key attribute. |
29020 | ||
unit | Identifier for the argument that indicates the type of unit selected as target object.
Usage: Possible values for this argument include those defined on the EnumGridFormatUnit enumeration,
such as EnumGridFormatUnit.GridFormatColumns , EnumGridFormatUnit.GridFormatAllMetrics , etc. |
29031 | ||
viColor | Identifier for the argument that indicates the vertical inside border color to apply.
Usage: This argument is not currently being applied on the grid. |
29019 |
EnumGridFormatEditorEvents.WebEventArgumentVerticalInsideColor |
|
viStyle | Identifier for the argument that indicates the vertical inside border style to apply.
Usage: This argument is not currently being applied on the grid. |
29018 |
EnumGridFormatEditorEvents.WebEventArgumentVerticalInsideStyle |
|
processCellTab | ||||
Identifier for the event that allows users to submit the indicated changes on the Align properties tab of the editor. |
29004 | |||
*axisPos | Identifier for the argument that includes the location of the target object to format.
Usage: The possible values for this argument include strings that specify the axis and position location of the object to be formatted, separated by comma: axis,position .Valid values for the axis section of the value include those defined on the EnumDSSXMLAxisName
enumeration, such as EnumDSSXMLAxisName.DssXmlAxisNameRows , so an argument value defined as
1,2 represents the second element on the rows axis.If the second element of the string (representing position) is zero, then the axis value indicates which full axis will be formatted, for example, 1,0 represents the row axis.If the second element of the string is a -1 the code represents a metric, and its position
on the array of metrics is indicated on the first element of the value, for example 1,-1 represents
the second metric on the grid.If the second element of the string has as value GridWebFormatHelper.LOCAL_TARGET_ALL_METRICS or
GridWebFormatHelper.LOCAL_TARGET_ALL_REPORT then this indicates the formatting object that will be
modified. |
29002 | ||
apply | Identifier for the argument that indicates the user has requested to apply the changes and leave the editor opened. |
29039 | ||
close | Identifier for the argument that indicates the user has requested to close the editor without applying the changes. |
29041 | ||
hAlign | Identifier for the argument that indicates the horizontal align to apply to the target object.
Usage: The possible values for this argument come from the EnumGridHorizontalAlignmentType enumeration,
including EnumGridHorizontalAlignmentType.GridHorizontalAlignmentDefault ,
EnumGridHorizontalAlignmentType.GridHorizontalAlignmentLeft , etc. Sending the
EnumGridHorizontalAlignmentType.GridHorizontalAlignmentDefault value will indicate that no
change should be performed on this property, on the default event handler. |
29013 | ||
level | Identifier of the argument that indicates at which level the target object will be modified.
Usage: Possible values for this argument include those defined on the EnumWebFormatType enumeration, such as
EnumWebFormatType.WebFormatTypeHeader , EnumWebFormatType.WebFormatTypeGrid , etc. EnumWebFormatType.WebFormatTypeSubtotalGrid and EnumWebFormatType.WebFormatTypeSubtotalHeader
do not apply when modifying metrics. |
29003 | ||
ok | Identifier for the argument that indicates the user has requested to apply the changes and close the editor. |
29040 |
EnumGridFormatEditorEvents.WebEventArgumentApplyAndCloseGridEditor |
|
oldStyle | Identifier for the argument that includes the name of the Old Style formatting used on the report.
Usage: This argument is required if the report that is being formatted belongs to an older version. It is needed because otherwise the original formatting used for viewing the grid will be lost when a new format is applied to the report. |
29043 | ||
txtWrap | Identifier for the argument that indicates if text wrap should be applied on the cells or not.
Usage: The possible values for this argument come from the EnumGridFormatGenericValues enumeration,
including:EnumGridFormatGenericValues.GridFormatGenericValuesDefault - indicating no change will be peformed for this property,
EnumGridFormatGenericValues.GridFormatGenericValuesUseNo - indicating the user requests not to use text wrap, and
EnumGridFormatGenericValues.GridFormatGenericValuesUseYes - indicating the user requests to use text wrap. |
29015 | ||
unit | Identifier for the argument that indicates the type of unit selected as target object.
Usage: Possible values for this argument include those defined on the EnumGridFormatUnit enumeration,
such as EnumGridFormatUnit.GridFormatColumns , EnumGridFormatUnit.GridFormatAllMetrics , etc. |
29031 | ||
vAlign | Identifier for the argument that indicates the vertical align to apply to the target object.
Usage: The possible values for this argument come from the EnumGridVerticalAlignmentType enumeration,
including EnumGridVerticalAlignmentType.GridVerticalAlignmentDefault ,
EnumGridVerticalAlignmentType.GridVerticalAlignmentTop , etc. Sending the
EnumGridVerticalAlignmentType.GridVerticalAlignmentDefault value will indicate that no
change should be performed on this property, on the default event handler. |
29014 | ||
processFontTab | ||||
Identifier for the event that allows users to submit the indicated changes on the Font properties tab of the editor. |
29003 | |||
*axisPos | Identifier for the argument that includes the location of the target object to format.
Usage: The possible values for this argument include strings that specify the axis and position location of the object to be formatted, separated by comma: axis,position .Valid values for the axis section of the value include those defined on the EnumDSSXMLAxisName
enumeration, such as EnumDSSXMLAxisName.DssXmlAxisNameRows , so an argument value defined as
1,2 represents the second element on the rows axis.If the second element of the string (representing position) is zero, then the axis value indicates which full axis will be formatted, for example, 1,0 represents the row axis.If the second element of the string is a -1 the code represents a metric, and its position
on the array of metrics is indicated on the first element of the value, for example 1,-1 represents
the second metric on the grid.If the second element of the string has as value GridWebFormatHelper.LOCAL_TARGET_ALL_METRICS or
GridWebFormatHelper.LOCAL_TARGET_ALL_REPORT then this indicates the formatting object that will be
modified. |
29002 | ||
apply | Identifier for the argument that indicates the user has requested to apply the changes and leave the editor opened. |
29039 | ||
close | Identifier for the argument that indicates the user has requested to close the editor without applying the changes. |
29041 | ||
fBgColor | Identifier for the argument that indicates the background color to apply to the target object.
Usage: The background color specified here will be used as part of the CSS definition of the final style to apply to the target object. |
29012 | ||
fBold | Identifier for the argument that indicates if font style bold is to be applied to the target object.
Usage: The possible values of this argument include: EnumGridFormatGenericValues.GridFormatGenericValuesUseYes - indicates bold will be part of the style to use.EnumGridFormatGenericValues.GridFormatGenericValuesUseNo - indicates bold will not be applied to the target object.EnumGridFormatGenericValues.GridFormatGenericValuesDefault - indicates no change will be done to the value currently
defined for the property of the target object. |
29006 | ||
fColor | Identifier for the argument that indicates the font color to apply to the target object.
Usage: The font color specified here will be used as part of the CSS definition of the final style to apply to the target object. |
29010 | ||
fItalic | Identifier for the argument that indicates if font style italic is to be applied to the target object.
Usage: The possible values of this argument include: EnumGridFormatGenericValues.GridFormatGenericValuesUseYes - indicates italic will be part of the style to use.EnumGridFormatGenericValues.GridFormatGenericValuesUseNo - indicates italic will not be applied to the target object.EnumGridFormatGenericValues.GridFormatGenericValuesDefault - indicates no change will be done to the value currently
defined for the property of the target object. |
29007 | ||
fName | Identifier for the argument that indicates the font name to apply to the target object.
Usage: The font name specified here will be used as part of the CSS definition of the final style to apply to the target object. |
29004 | ||
fScript | Identifier for the argument that indicates the font script to apply includes strikeout or not.
Usage: This argument is not currently being applied on the grid. |
29011 | ||
fSize | Identifier for the argument that indicates the font size to apply to the target object.
Usage: The font size specified here will be used as part of the CSS definition of the final style to apply to the target object. |
29005 | ||
fStrikeout | Identifier for the argument that indicates the font style to apply includes strikeout or not.
Usage: The possible values for this argument come from the EnumGridFormatGenericValues enumeration,
including:EnumGridFormatGenericValues.GridFormatGenericValuesDefault - indicating no change will be peformed for this property,
EnumGridFormatGenericValues.GridFormatGenericValuesUseNo - indicating the user requests not to use this style, and
EnumGridFormatGenericValues.GridFormatGenericValuesUseYes - indicating the user requests to use this style. |
29008 | ||
fUnderline | Identifier for the argument that indicates the font underline style to apply to the target object.
Usage:
The possible values of this argument include: EnumGridFormatGenericValues.GridFormatGenericValuesUseYes - indicates underline will be part of the style to use.EnumGridFormatGenericValues.GridFormatGenericValuesUseNo - indicates underline will not be applied to the target object.EnumGridFormatGenericValues.GridFormatGenericValuesDefault - indicates no change will be done to the value currently
defined for the property of the target object. |
29009 | ||
level | Identifier of the argument that indicates at which level the target object will be modified.
Usage: Possible values for this argument include those defined on the EnumWebFormatType enumeration, such as
EnumWebFormatType.WebFormatTypeHeader , EnumWebFormatType.WebFormatTypeGrid , etc. EnumWebFormatType.WebFormatTypeSubtotalGrid and EnumWebFormatType.WebFormatTypeSubtotalHeader
do not apply when modifying metrics. |
29003 | ||
ok | Identifier for the argument that indicates the user has requested to apply the changes and close the editor. |
29040 |
EnumGridFormatEditorEvents.WebEventArgumentApplyAndCloseGridEditor |
|
oldStyle | Identifier for the argument that includes the name of the Old Style formatting used on the report.
Usage: This argument is required if the report that is being formatted belongs to an older version. It is needed because otherwise the original formatting used for viewing the grid will be lost when a new format is applied to the report. |
29043 | ||
unit | Identifier for the argument that indicates the type of unit selected as target object.
Usage: Possible values for this argument include those defined on the EnumGridFormatUnit enumeration,
such as EnumGridFormatUnit.GridFormatColumns , EnumGridFormatUnit.GridFormatAllMetrics , etc. |
29031 | ||
processNumberTab | ||||
Identifier for the event that allows users to submit the indicated changes on the Number properties tab of the editor. |
29007 |
EnumGridFormatEditorEvents.WebEventProcessNumberTabProperties |
||
*axisPos | Identifier for the argument that includes the location of the target object to format.
Usage: The possible values for this argument include strings that specify the axis and position location of the object to be formatted, separated by comma: axis,position .Valid values for the axis section of the value include those defined on the EnumDSSXMLAxisName
enumeration, such as EnumDSSXMLAxisName.DssXmlAxisNameRows , so an argument value defined as
1,2 represents the second element on the rows axis.If the second element of the string (representing position) is zero, then the axis value indicates which full axis will be formatted, for example, 1,0 represents the row axis.If the second element of the string is a -1 the code represents a metric, and its position
on the array of metrics is indicated on the first element of the value, for example 1,-1 represents
the second metric on the grid.If the second element of the string has as value GridWebFormatHelper.LOCAL_TARGET_ALL_METRICS or
GridWebFormatHelper.LOCAL_TARGET_ALL_REPORT then this indicates the formatting object that will be
modified. |
29002 | ||
apply | Identifier for the argument that indicates the user has requested to apply the changes and leave the editor opened. |
29039 | ||
close | Identifier for the argument that indicates the user has requested to close the editor without applying the changes. |
29041 | ||
currPos | Identifier for the argument that indicates the position where the currency symbol will be placed.
Usage: This argument applies only when the category selected is EnumGridFormatNumberCategory.GridFormatNumberCategoryCurrency . The possible values that apply
for this argument are defined on the EnumGridNumberCurrencyPosition enumeration and include
EnumGridNumberCurrencyPosition.GRID_NUMBER_CURRENCY_POSITION_LEFT ,
EnumGridNumberCurrencyPosition.GRID_NUMBER_CURRENCY_POSITION_RIGHT , etc |
29036 |
EnumGridFormatEditorEvents.WebEventArgumentNumberCurrencySymbolPosition |
|
currSymb | Identifier for the argument that specifies the symbol to be used for currency on the target object. |
29035 | ||
custom | Identifier for the argument that represents the custom formatting string the user has selected for the target object.
Usage: This argument will hold a string with a custom formatting specification to be applied to the target object. |
29037 | ||
decPlaces | Identifier for the argument that indicates the number of decimal places to apply as part of the number formatting selected. |
29033 |
EnumGridFormatEditorEvents.WebEventArgumentNumberDecimalPlaces |
|
level | Identifier of the argument that indicates at which level the target object will be modified.
Usage: Possible values for this argument include those defined on the EnumWebFormatType enumeration, such as
EnumWebFormatType.WebFormatTypeHeader , EnumWebFormatType.WebFormatTypeGrid , etc. EnumWebFormatType.WebFormatTypeSubtotalGrid and EnumWebFormatType.WebFormatTypeSubtotalHeader
do not apply when modifying metrics. |
29003 | ||
negNum | Identifier for the argument that indicates the type of negative number formatting to apply as part of the number category selected.
Usage: The negative number formatting options depends on the number category selected, and applies only for EnumGridFormatNumberCategory.GridFormatNumberCategoryFixed ,
EnumGridFormatNumberCategory.GridFormatNumberCategoryCurrency and
EnumGridFormatNumberCategory.GridFormatNumberCategoryPercentage . The possible values that apply
for this argument are defined on the EnumGridNegativeNumbersFormat enumeration and include
EnumGridNegativeNumbersFormat.GridNegativeNumbersFormatRed ,
EnumGridNegativeNumbersFormat.GridNegativeNumbersFormatParenthesis , etc |
29034 |
EnumGridFormatEditorEvents.WebEventArgumentNumberNegativeNumbers |
|
numCatPrefix | Identifier for the argument that indicates the prefix to use for identifying the number category selected.
This argument is used for prefixing the different possible values of the number
category format that can be selected by the user for the current target. Usage: To this prefix, the value of the number category to use will be appended. These values are defined on the EnumGridFormatNumberCategory enumeration, such as
EnumGridFormatNumberCategory.GridFormatNumberCategoryGeneral ,
EnumGridFormatNumberCategory.GridFormatNumberCategoryCurrency , etc. |
29032 |
EnumGridFormatEditorEvents.WebEventArgumentNumberCategoryPrefix |
|
ok | Identifier for the argument that indicates the user has requested to apply the changes and close the editor. |
29040 |
EnumGridFormatEditorEvents.WebEventArgumentApplyAndCloseGridEditor |
|
oldStyle | Identifier for the argument that includes the name of the Old Style formatting used on the report.
Usage: This argument is required if the report that is being formatted belongs to an older version. It is needed because otherwise the original formatting used for viewing the grid will be lost when a new format is applied to the report. |
29043 | ||
oNumCat | Identifier for the argument that indicates the number category to use on the selected target object.
The difference between this argument and EnumGridFormatEditorEvents.WebEventArgumentNumberCategoryPrefix
is that this argument represents the category selected by the user and the one to be applied if the user
decides to do so; the prefix argument is only for allowing the user to switch from one category to the other,
without actually changing the target object formatting at that time.Usage: The possible category values that can be assigned to this argument are defined on the EnumGridFormatNumberCategory enumeration, such as
EnumGridFormatNumberCategory.GridFormatNumberCategoryGeneral ,
EnumGridFormatNumberCategory.GridFormatNumberCategoryCurrency , etc. |
29042 |
EnumGridFormatEditorEvents.WebEventArgumentOriginalNumberCategory |
|
thSep | Identifier for the argument that specifies if Thousand Separator will be used on the target object.
Usage: Possible values for this argument include 1 for indicating the thousand separator will be applied. |
29038 | ||
unit | Identifier for the argument that indicates the type of unit selected as target object.
Usage: Possible values for this argument include those defined on the EnumGridFormatUnit enumeration,
such as EnumGridFormatUnit.GridFormatColumns , EnumGridFormatUnit.GridFormatAllMetrics , etc. |
29031 | ||
setTopLeft | ||||
Event for setting the top left position of the component |
73001 | |||
*left | Event argument to define the left (x) position of the component |
73002 | ||
*top | Event argument to define the top (y) position of the component |
73001 | ||
switchTab | ||||
Identifier for the event that allows users to switch the tab currently displayed with the grid formatting information. |
29001 | |||
*tab | Identifier for the argument that indicates the tab the user requested to be shown.
Usage: Possible values for this argument include those listed on the EnumGridFormatEditorTabs
enumeration, such as EnumGridFormatEditorTabs.GridFormatFontTab ,
EnumGridFormatEditorTabs.GridFormatBorderTab , etc. |
29001 |
Notes
* denotes required field.