Udostępnij za pośrednictwem


ChartLegendCustomItem.LegendCustomItemCells Property

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

Gets the legend cells in the custom legend item.

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

Syntax

'Declaration
Public ReadOnly Property LegendCustomItemCells As ChartLegendCustomItemCellCollection 
    Get
'Usage
Dim instance As ChartLegendCustomItem 
Dim value As ChartLegendCustomItemCellCollection 

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCellCollection
Returns ChartLegendCustomItemCellCollection object that represents the legend cells in the custom legend item.

See Also

Reference

ChartLegendCustomItem Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace