Compartir a través de


ReportItem.ActionInfo Propiedad

Gets or sets the actions that are associated with the ReportItem.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property ActionInfo As ActionInfo 
    Get 
    Set
'Uso
Dim instance As ReportItem 
Dim value As ActionInfo 

value = instance.ActionInfo

instance.ActionInfo = value
public ActionInfo ActionInfo { get; set; }
public:
property ActionInfo^ ActionInfo {
    ActionInfo^ get ();
    void set (ActionInfo^ value);
}
member ActionInfo : ActionInfo with get, set
function get ActionInfo () : ActionInfo 
function set ActionInfo (value : ActionInfo)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.ActionInfo
The actions that are associated with the ReportItem.

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel