Proprietà Actions
The actions for the report item
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Actions As ActionCollection
Get
'Utilizzo
Dim instance As ActionInfo
Dim value As ActionCollection
value = instance.Actions
public ActionCollection Actions { get; }
public:
property ActionCollection^ Actions {
ActionCollection^ get ();
}
member Actions : ActionCollection
function get Actions () : ActionCollection
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ActionCollection
An ActionCollection object.
Vedere anche