Freigeben über


Action-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.ReportRendering.Action

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class Action
'Usage
Dim instance As Action
public sealed class Action
public ref class Action sealed
[<SealedAttribute>]
type Action =  class end
public final class Action

Der Action-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Action Initializes a new instance of the Action class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft BookmarkLink Gets the link to the bookmark for a report item.
Öffentliche Eigenschaft DrillthroughID Gets a string identifying the drillthrough action.
Öffentliche Eigenschaft DrillthroughParameters Gets the parameters for the drillthrough report.
Öffentliche Eigenschaft DrillthroughReport Gets the URL of the drillthrough report.
Öffentliche Eigenschaft HyperLinkURL The ReportUrl containing the absolute URL of the hyperlink on the item, encoded with a ReplacementRoot property if necessary.
Öffentliche Eigenschaft Label The label to display for the action.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode SetBookmarkAction(String) Makes this action a bookmark action.
Öffentliche Methode SetBookmarkAction(String, String) Makes this action a bookmark action with a specified label.
Öffentliche Methode SetDrillthroughAction(String) Makes this action a drillthrough action with no parameters.
Öffentliche Methode SetDrillthroughAction(String, NameValueCollection) Makes this action a drillthrough action with the specified parameters.
Öffentliche Methode SetDrillthroughAction(String, NameValueCollection, String) Makes this action a drillthrough action with the specified parameters and label.
Öffentliche Methode SetHyperlinkAction(String) Makes this a hyperlink action.
Öffentliche Methode SetHyperlinkAction(String, String) Makes this a hyperlink action with a specified label.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.ReportRendering-Namespace