Partilhar via


Propriedade do RDL ICustomReportItem.Action

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the action for the custom report item.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
ReadOnly Property Action As Action 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ICustomReportItem Interface

Namespace Microsoft.ReportingServices.ReportRendering