|
AcknowledgeMessage | | A message shown to the user indicating that an action has completed. |
BookmarkCollection | | Bookmarks are stored in Bookmark Collection XML files, which are located in a folder specified in the BookmarkLocation attribute of the settings.lgx General element. BookmarkCollection sets the name of the collection. The information for each collection is stored in a file.
Typically, there is one BookmarkCollection for each user. In this case, the BookmarkCollection attribute should be set to "@Function.Username~".
To help keep consistency, set the settings' General element's BookmarkCollectionDefault attribute with a global value, rather than setting BookmarkCollection in individual elements. |
BookmarkDescription | | BookmarkDescription is normally a user-entered description. This attribute sets the default value.
With Action.EditBookmark, this attribute is often set to "@Data.Description~", to get the previous description from a DataLayer.Bookmarks.
For Action.CopyBookmark, this attribute names the newly created bookmark. Including the copied bookmark's description can be achieved with a "*". The default value is "Copy of *". |
BookmarkID | | (Required) Each bookmark in a bookmark collection gets a unique ID. The ID is returned by DataLayer.Bookmarks. |
BookmarkUserName | | BookmarkUserName is required when working with bookmarks which have been shared to the current user. |
Class | | Sets the Cascading Style Sheet class used by the element. When set, this class will also be used by all child elements that don't have their own class. The class should be defined in the report's style sheet file. |
ConfirmMessage | | Displays a confirmation dialog box with the message text and OK and Cancel buttons. |
DestinationBookmarkCollection | | (Required) The user’s bookmark collection into which a bookmark will be copied. |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
PopupMenuCaption | | When there are multiple Action elements, a simple popup menu appears allowing selection of the desired Action.
PopupMenuCaption specifies the caption for an Action's popup option.
|
SharedBookmarkID | | SharedBookmarkID is the BookmarkID in the sharers bookmark collection. |