Partager via


Classe Action

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class Action
'Utilisation
Dim instance As Action
public sealed class Action
public ref class Action sealed
[<SealedAttribute>]
type Action =  class end
public final class Action

Le type Action expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Action Initializes a new instance of the Action class.

Haut de la page

Propriétés

  Nom Description
Propriété publique BookmarkLink Gets the link to the bookmark for a report item.
Propriété publique DrillthroughID Gets a string identifying the drillthrough action.
Propriété publique DrillthroughParameters Gets the parameters for the drillthrough report.
Propriété publique DrillthroughReport Gets the URL of the drillthrough report.
Propriété publique HyperLinkURL The ReportUrl containing the absolute URL of the hyperlink on the item, encoded with a ReplacementRoot property if necessary.
Propriété publique Label The label to display for the action.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique SetBookmarkAction(String) Makes this action a bookmark action.
Méthode publique SetBookmarkAction(String, String) Makes this action a bookmark action with a specified label.
Méthode publique SetDrillthroughAction(String) Makes this action a drillthrough action with no parameters.
Méthode publique SetDrillthroughAction(String, NameValueCollection) Makes this action a drillthrough action with the specified parameters.
Méthode publique SetDrillthroughAction(String, NameValueCollection, String) Makes this action a drillthrough action with the specified parameters and label.
Méthode publique SetHyperlinkAction(String) Makes this a hyperlink action.
Méthode publique SetHyperlinkAction(String, String) Makes this a hyperlink action with a specified label.
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.