Partager via


Propriété ICustomReportItem.Action

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

Gets the action for the custom report item.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en 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

Valeur de propriété

Type : Microsoft.ReportingServices.ReportRendering.Action
The Action for the custom report item.

Voir aussi

Référence

ICustomReportItem Interface

Espace de noms Microsoft.ReportingServices.ReportRendering