Classe Action
Represents an available user action for an item. This class cannot be inherited.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..Action
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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
O tipo Action expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado 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 | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.