Compartir a través de


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
Propiedad pública 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.
Propiedad pública Drillthrough The drillthrough report that should be executed by clicking on the hyperlink
Propiedad pública Hyperlink Gets an expression that evaluates to the URL of the hyperlink.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública Label Gets an expression that evaluates to the label text for this action.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público 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