Элементы Action

Represents an available user action for an item. This class cannot be inherited.

Тип Action предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Action Initializes a new instance of the Action class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод SetBookmarkAction(String) Makes this action a bookmark action.
Открытый метод SetBookmarkAction(String, String) Makes this action a bookmark action with a specified label.
Открытый метод SetDrillthroughAction(String) Makes this action a drillthrough action with no parameters.
Открытый метод SetDrillthroughAction(String, NameValueCollection) Makes this action a drillthrough action with the specified parameters.
Открытый метод SetDrillthroughAction(String, NameValueCollection, String) Makes this action a drillthrough action with the specified parameters and label.
Открытый метод SetHyperlinkAction(String) Makes this a hyperlink action.
Открытый метод SetHyperlinkAction(String, String) Makes this a hyperlink action with a specified label.
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство BookmarkLink Gets the link to the bookmark for a report item.
Открытое свойство DrillthroughID Gets a string identifying the drillthrough action.
Открытое свойство DrillthroughParameters Gets the parameters for the drillthrough report.
Открытое свойство DrillthroughReport Gets the URL of the drillthrough report.
Открытое свойство HyperLinkURL The ReportUrl containing the absolute URL of the hyperlink on the item, encoded with a ReplacementRoot property if necessary.
Открытое свойство Label The label to display for the action.

В начало