Classe Action
Contains a hyperlink, bookmark link or drillthrough action associated with a report item.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..Action
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
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.
Propriétés
Nom | Description | |
---|---|---|
![]() |
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
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.