Compartir a través de


ICustomReportItem.Action Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the action for the custom report item.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ICustomReportItem Interfaz

Espacio de nombres Microsoft.ReportingServices.ReportRendering