Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents an available user action for an item. This class cannot be inherited.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.ReportRendering.Action
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class Action
'Uso
Dim instance As Action
public sealed class Action
public ref class Action sealed
[<SealedAttribute>]
type Action = class end
public final class Action
El tipo Action expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
Action | Initializes a new instance of the Action class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
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. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de 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 | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering
.gif)
.gif)