Sdílet prostřednictvím


Action Members

Include Protected Members
Include Inherited Members

Contains a hyperlink, bookmark link or drillthrough action associated with a report item.

The Action type exposes the following members.

Methods

  Name Description
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

Properties

  Name Description
Public property BookmarkLink An expression that evaluates to the ID of a bookmark within the report to go to when this report item is clicked on.
Public property Drillthrough The drillthrough report that should be executed by clicking on the hyperlink
Public property Hyperlink An expression that evaluates to the URL of the hyperlink.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Label Gets the label text for this action.

Top