Partager via


Action propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
ReadOnly Property Action As Action
    Get
'Utilisation
Dim instance As ICustomReportItem
Dim value As Action

value = instance.Action
Action Action { get; }
property Action^ Action {
    Action^ get ();
}
abstract Action : Action
function get Action () : Action