Класс Action

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

Иерархия наследования

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..Action

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class Action
'Применение
Dim instance As Action
public sealed class Action
public ref class Action sealed
[<SealedAttribute>]
type Action =  class end
public final class Action

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод 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.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.