Sdílet prostřednictvím


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
Public method CreateBookmarkLinkAction() Adds a bookmark link action to the collection. Used in Custom Report Items. (Inherited from ActionInfo.)
Public method CreateDrillthroughAction() Adds a drillthrough action to the collection. Used in Custom Report Items. (Inherited from ActionInfo.)
Public method CreateHyperlinkAction() Adds a hyperlink action to the collection. Used in Custom Report Items. (Inherited from ActionInfo.)
Public method CreateImageMapAreaInstance(ImageMapArea.ImageMapAreaShape, array<Single[]) Creates an instance object for this report definition object by specifying the shape and coordinates.
Public method CreateImageMapAreaInstance(ImageMapArea.ImageMapAreaShape, array<Single[], String) Creates an instance object for this report definition object by specifying the shape, coordinates, and tooltip text.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_chartConstruction Infrastructure. (Inherited from ActionInfo.)

Top

Properties

  Name Description
Public property Actions The actions for the report item (Inherited from ActionInfo.)
Public property ImageMapAreaInstances Gets the instance objects for this report definition object.

Top