Condividi tramite


Proprietà ChartLegendCustomItem.ActionInfo

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the actions and the action style associated with the custom legend item.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ActionInfo As ActionInfo 
    Get
'Utilizzo
Dim instance As ChartLegendCustomItem 
Dim value As ActionInfo 

value = instance.ActionInfo
public ActionInfo ActionInfo { get; }
public:
property ActionInfo^ ActionInfo {
    ActionInfo^ get ();
}
member ActionInfo : ActionInfo
function get ActionInfo () : ActionInfo

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
A ActionInfo object that represents the actions and the action style associated with the custom legend item.

Vedere anche

Riferimento

ChartLegendCustomItem Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering