Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the actions and the action style associated with the chart legend column.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ActionInfo As ActionInfo
Get
'Uso
Dim instance As ChartLegendColumn
Dim value As ActionInfo
value = instance.ActionInfo
public ActionInfo ActionInfo { get; }
public:
property ActionInfo^ ActionInfo {
ActionInfo^ get ();
}
member ActionInfo : ActionInfo
function get ActionInfo () : ActionInfo
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
A ActionInfo object that represents the actions and the action style associated with the chart legend column.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering