ActionInfoWithDynamicImageMap Members
Include Protected Members
Include Inherited Members
A collection of actions with associated image map areas for use in Custom Report Items.
The ActionInfoWithDynamicImageMap type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateBookmarkLinkAction() | Adds a bookmark link action to the collection. Used in Custom Report Items. (Inherited from ActionInfo.) | |
CreateDrillthroughAction() | Adds a drillthrough action to the collection. Used in Custom Report Items. (Inherited from ActionInfo.) | |
CreateHyperlinkAction() | Adds a hyperlink action to the collection. Used in Custom Report Items. (Inherited from ActionInfo.) | |
CreateImageMapAreaInstance(ImageMapArea.ImageMapAreaShape, array<Single[]) | Creates an instance object for this report definition object by specifying the shape and coordinates. | |
CreateImageMapAreaInstance(ImageMapArea.ImageMapAreaShape, array<Single[], String) | Creates an instance object for this report definition object by specifying the shape, coordinates, and tooltip text. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Actions | The actions for the report item (Inherited from ActionInfo.) | |
ImageMapAreaInstances | Gets the instance objects for this report definition object. |
Top