Share via


ChartLegendColumn.ActionInfo Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the actions and the action style associated with the chart legend column.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property ActionInfo As ActionInfo 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
A ActionInfo object that represents the actions and the action style associated with the chart legend column.

See Also

Reference

ChartLegendColumn Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace