Propriedade do RDL Actions
Represents the set of actions.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Property Actions As ActionCollection
Get
Set
'Uso
Dim instance As ActionInfo
Dim value As ActionCollection
value = instance.Actions
instance.Actions = value
public ActionCollection Actions { get; set; }
public:
property ActionCollection^ Actions {
ActionCollection^ get ();
void set (ActionCollection^ value);
}
member Actions : ActionCollection with get, set
function get Actions () : ActionCollection
function set Actions (value : ActionCollection)
Valor da propriedade
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ActionCollection
An ActionCollection object.