Clase Action
Contains a hyperlink, bookmark link or drillthrough action associated with a report item.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.Action
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
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.
Propiedades
Nombre | Descripción | |
---|---|---|
BookmarkLink | Gets an expression that evaluates to the ID of a bookmark within the report to go to when this report item is clicked on. | |
Drillthrough | The drillthrough report that should be executed by clicking on the hyperlink | |
Hyperlink | Gets an expression that evaluates to the URL of the hyperlink. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Label | Gets an expression that evaluates to the label text for this action. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
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.OnDemandReportRendering